Lines Matching refs:getIterator
273 MF->insert(++OrigMBB.getIterator(), NewBB); in createNewBlockAfter()
297 MF->insert(++OrigBB->getIterator(), NewBB); in splitBlockBeforeInstr()
305 NewBB->splice(NewBB->end(), OrigBB, MI.getIterator(), OrigBB->end()); in splitBlockBeforeInstr()
336 adjustBlockOffsets(*OrigBB, std::next(NewBB->getIterator())); in splitBlockBeforeInstr()
410 adjustBlockOffsets(*std::prev(NewBB->getIterator()), in fixupConditionalBranch()
411 std::next(NewBB->getIterator())); in fixupConditionalBranch()
603 std::prev(RestoreBB->getIterator()) in fixupUnconditionalBranch()
616 adjustBlockOffsets(*MBB, std::next(BranchBB->getIterator())); in fixupUnconditionalBranch()
628 std::next(NewBB->getIterator())); in fixupUnconditionalBranch()
647 MachineBasicBlock *PrevBB = &*std::prev(DestBB->getIterator()); in fixupUnconditionalBranch()
656 MF->splice(DestBB->getIterator(), RestoreBB->getIterator()); in fixupUnconditionalBranch()
665 adjustBlockOffsets(*PrevBB, DestBB->getIterator()); in fixupUnconditionalBranch()