Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp91 MachineBasicBlock *createNewBlockAfter(MachineBasicBlock &OrigMBB);
92 MachineBasicBlock *createNewBlockAfter(MachineBasicBlock &OrigMBB,
209 BranchRelaxation::createNewBlockAfter(MachineBasicBlock &OrigBB) { in createNewBlockAfter() function in BranchRelaxation
210 return createNewBlockAfter(OrigBB, OrigBB.getBasicBlock()); in createNewBlockAfter()
216 BranchRelaxation::createNewBlockAfter(MachineBasicBlock &OrigMBB, in createNewBlockAfter() function in BranchRelaxation
378 NewBB = createNewBlockAfter(*MBB); in fixupConditionalBranch()
421 NewBB = createNewBlockAfter(*MBB); in fixupConditionalBranch()
461 BranchBB = createNewBlockAfter(*MBB); in fixupUnconditionalBranch()
480 MachineBasicBlock *RestoreBB = createNewBlockAfter(MF->back(), in fixupUnconditionalBranch()