Lines Matching refs:adjustBlockOffsets
106 void adjustBlockOffsets(MachineBasicBlock &Start);
107 void adjustBlockOffsets(MachineBasicBlock &Start,
205 adjustBlockOffsets(*MF->begin()); in scanFunction()
242 void BranchRelaxation::adjustBlockOffsets(MachineBasicBlock &Start) { in adjustBlockOffsets() function in BranchRelaxation
243 adjustBlockOffsets(Start, MF->end()); in adjustBlockOffsets()
246 void BranchRelaxation::adjustBlockOffsets(MachineBasicBlock &Start, in adjustBlockOffsets() function in BranchRelaxation
336 adjustBlockOffsets(*OrigBB, std::next(NewBB->getIterator())); in splitBlockBeforeInstr()
410 adjustBlockOffsets(*std::prev(NewBB->getIterator()), in fixupConditionalBranch()
616 adjustBlockOffsets(*MBB, std::next(BranchBB->getIterator())); in fixupUnconditionalBranch()
627 adjustBlockOffsets(*TrampolineInsertionPoint, in fixupUnconditionalBranch()
665 adjustBlockOffsets(*PrevBB, DestBB->getIterator()); in fixupUnconditionalBranch()
750 adjustBlockOffsets(MF->front()); in relaxBranchInstructions()