Searched refs:adjustBlockOffsets (Results 1 – 1 of 1) sorted by relevance
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 BranchRelaxation243 adjustBlockOffsets(Start, MF->end()); in adjustBlockOffsets()246 void BranchRelaxation::adjustBlockOffsets(MachineBasicBlock &Start, in adjustBlockOffsets() function in BranchRelaxation336 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()[all …]