Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp48 class BranchRelaxation { class
130 return BranchRelaxation().run(MF); in runOnMachineFunction()
146 void BranchRelaxation::verify() { in INITIALIZE_PASS()
174 LLVM_DUMP_METHOD void BranchRelaxation::dumpBBs() { in dumpBBs()
185 void BranchRelaxation::scanFunction() { in scanFunction()
215 BranchRelaxation::computeBlockSize(const MachineBasicBlock &MBB) const { in computeBlockSize()
225 unsigned BranchRelaxation::getInstrOffset(const MachineInstr &MI) const { in getInstrOffset()
242 void BranchRelaxation::adjustBlockOffsets(MachineBasicBlock &Start) { in adjustBlockOffsets()
246 void BranchRelaxation::adjustBlockOffsets(MachineBasicBlock &Start, in adjustBlockOffsets()
262 BranchRelaxation::createNewBlockAfter(MachineBasicBlock &OrigBB) { in createNewBlockAfter()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.cpp38 BranchRelaxation("sparc-enable-branch-relax", cl::Hidden, cl::init(true), variable
197 if (BranchRelaxation) in addPreEmitPass()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetMachine.cpp143 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable
901 if (BranchRelaxation) in addPostBBSections()
/freebsd/lib/clang/libllvm/
H A DMakefile262 SRCS_MIN+= CodeGen/BranchRelaxation.cpp