Searched refs:BranchRelaxation (Results 1 – 4 of 4) sorted by relevance
48 class BranchRelaxation { class130 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 …]
38 BranchRelaxation("sparc-enable-branch-relax", cl::Hidden, cl::init(true), variable197 if (BranchRelaxation) in addPreEmitPass()
143 BranchRelaxation("aarch64-enable-branch-relax", cl::Hidden, cl::init(true), variable901 if (BranchRelaxation) in addPostBBSections()
262 SRCS_MIN+= CodeGen/BranchRelaxation.cpp