LLVM  3.7.0
Namespaces | Macros | Functions | Variables
HexagonExpandCondsets.cpp File Reference
#include "HexagonTargetMachine.h"
#include "llvm/CodeGen/Passes.h"
#include "llvm/CodeGen/LiveInterval.h"
#include "llvm/CodeGen/LiveIntervalAnalysis.h"
#include "llvm/CodeGen/MachineFunction.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for HexagonExpandCondsets.cpp:

Go to the source code of this file.

Namespaces

 llvm
 Compute iterated dominance frontiers using a linear time algorithm.
 

Macros

#define DEBUG_TYPE   "expand-condsets"
 

Functions

void llvm::initializeHexagonExpandCondsetsPass (PassRegistry &)
 
FunctionPassllvm::createHexagonExpandCondsets ()
 
static void initializePassOnce (PassRegistry &Registry)
 

Variables

static cl::opt< unsignedOptTfrLimit ("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions"))
 
static cl::opt< unsignedOptCoaLimit ("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings"))
 

Macro Definition Documentation

#define DEBUG_TYPE   "expand-condsets"

Definition at line 63 of file HexagonExpandCondsets.cpp.

Function Documentation

static void initializePassOnce ( PassRegistry Registry)
static

Variable Documentation

cl::opt<unsigned> OptCoaLimit("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings"))
static
cl::opt<unsigned> OptTfrLimit("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions"))
static