Home
last modified time | relevance | path

Searched refs:BranchRelaxation (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBranchRelaxation.cpp46 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 …]
DCMakeLists.txt33 BranchRelaxation.cpp
/openbsd/src/gnu/llvm/llvm/lib/Target/Sparc/
DSparcTargetMachine.cpp36 BranchRelaxation("sparc-enable-branch-relax", cl::Hidden, cl::init(true), variable
189 if (BranchRelaxation) in addPreEmitPass()
/openbsd/src/gnu/usr.bin/clang/libLLVMCodeGen/
DMakefile16 BranchRelaxation.cpp \
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/lib/CodeGen/
DBUILD.gn31 "BranchRelaxation.cpp",
/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64TargetMachine.cpp140 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable
813 if (BranchRelaxation) in addPreEmitPass()