Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp46 class BranchRelaxation : public MachineFunctionPass { global() class
110 BranchRelaxation() : MachineFunctionPass(ID) {} BranchRelaxation() function in __anon6cb7e2b90111::BranchRelaxation
123 INITIALIZE_PASS(BranchRelaxation,DEBUG_TYPE,BRANCH_RELAX_NAME,false,false) INITIALIZE_PASS() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp35 BranchRelaxation("sparc-enable-branch-relax", cl::Hidden, cl::init(true), variable
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp143 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable