Searched refs:replaceSuccessorWith (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.h | 935 void replaceSuccessorWith(BasicBlock *OldBB, BasicBlock *NewBB);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopSimplify.cpp | 457 TI->replaceSuccessorWith(Header, BEBlock); in insertUniqueBackedgeBlock()
|
H A D | LoopUnroll.cpp | 846 Latches[i]->getTerminator()->replaceSuccessorWith(Headers[i], Headers[j]); in UnrollLoop()
|
H A D | BasicBlockUtils.cpp | 1379 Pred->getTerminator()->replaceSuccessorWith(BB, NewBB); in SplitBlockPredecessorsImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | BasicBlock.cpp | 634 TI->replaceSuccessorWith(this, New); in splitBasicBlockBefore()
|
H A D | Instruction.cpp | 1246 void Instruction::replaceSuccessorWith(BasicBlock *OldBB, BasicBlock *NewBB) { in replaceSuccessorWith() function in Instruction
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | NumericalStabilitySanitizer.cpp | 1630 Inst.replaceSuccessorWith(NextBB, NewBB); in createShadowValueWithOperandsAvailable()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2077 Pred->getTerminator()->replaceSuccessorWith(LoopVectorPreHeader, in emitSCEVChecks() 2100 Pred->getTerminator()->replaceSuccessorWith(LoopVectorPreHeader, in emitMemRuntimeChecks()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6839 From->getTerminator()->replaceSuccessorWith(To, EdgeBB); in parseFunctionBody()
|