|
LLVM
3.7.0
|
#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"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 &) |
| FunctionPass * | llvm::createHexagonExpandCondsets () |
| static void | initializePassOnce (PassRegistry &Registry) |
Variables | |
| static cl::opt< unsigned > | OptTfrLimit ("expand-condsets-tfr-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of mux expansions")) |
| static cl::opt< unsigned > | OptCoaLimit ("expand-condsets-coa-limit", cl::init(~0U), cl::Hidden, cl::desc("Max number of segment coalescings")) |
| #define DEBUG_TYPE "expand-condsets" |
Definition at line 63 of file HexagonExpandCondsets.cpp.
|
static |
Definition at line 1343 of file HexagonExpandCondsets.cpp.
References llvm::PassRegistry::registerPass().
Referenced by llvm::initializeHexagonExpandCondsetsPass().
|
static |
1.8.6