Searched refs:BranchRelaxation (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | BranchRelaxation.cpp | 46 class BranchRelaxation : public MachineFunctionPass { class 110 BranchRelaxation() : MachineFunctionPass(ID) {} in BranchRelaxation() function in __anon7aeaaa350111::BranchRelaxation 119 char BranchRelaxation::ID = 0; 121 char &llvm::BranchRelaxationPassID = BranchRelaxation::ID; 123 INITIALIZE_PASS(BranchRelaxation, DEBUG_TYPE, BRANCH_RELAX_NAME, false, false) in INITIALIZE_PASS() argument 126 void BranchRelaxation::verify() { in INITIALIZE_PASS() 140 LLVM_DUMP_METHOD void BranchRelaxation::dumpBBs() { in dumpBBs() 151 void BranchRelaxation::scanFunction() { in scanFunction() 167 uint64_t BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) const { in computeBlockSize() 177 unsigned BranchRelaxation::getInstrOffset(const MachineInstr &MI) const { in getInstrOffset() [all …]
|
| D | CMakeLists.txt | 33 BranchRelaxation.cpp
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/ |
| D | SparcTargetMachine.cpp | 36 BranchRelaxation("sparc-enable-branch-relax", cl::Hidden, cl::init(true), variable 189 if (BranchRelaxation) in addPreEmitPass()
|
| /openbsd/src/gnu/usr.bin/clang/libLLVMCodeGen/ |
| D | Makefile | 16 BranchRelaxation.cpp \
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/ |
| D | BUILD.gn | 31 "BranchRelaxation.cpp",
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/ |
| D | AArch64TargetMachine.cpp | 140 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable 813 if (BranchRelaxation) in addPreEmitPass()
|