Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp106 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()
[all …]