Home
last modified time | relevance | path

Searched defs:BranchRelaxation (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp46 class BranchRelaxation : public MachineFunctionPass { class
108 BranchRelaxation() : MachineFunctionPass(ID) {} in BranchRelaxation() function in __anon861836040111::BranchRelaxation
121 INITIALIZE_PASS(BranchRelaxation, DEBUG_TYPE, BRANCH_RELAX_NAME, false, false) in INITIALIZE_PASS() argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp129 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable