Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h935 void replaceSuccessorWith(BasicBlock *OldBB, BasicBlock *NewBB);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp457 TI->replaceSuccessorWith(Header, BEBlock); in insertUniqueBackedgeBlock()
H A DLoopUnroll.cpp846 Latches[i]->getTerminator()->replaceSuccessorWith(Headers[i], Headers[j]); in UnrollLoop()
H A DBasicBlockUtils.cpp1379 Pred->getTerminator()->replaceSuccessorWith(BB, NewBB); in SplitBlockPredecessorsImpl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp634 TI->replaceSuccessorWith(this, New); in splitBasicBlockBefore()
H A DInstruction.cpp1246 void Instruction::replaceSuccessorWith(BasicBlock *OldBB, BasicBlock *NewBB) { in replaceSuccessorWith() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp1630 Inst.replaceSuccessorWith(NextBB, NewBB); in createShadowValueWithOperandsAvailable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2077 Pred->getTerminator()->replaceSuccessorWith(LoopVectorPreHeader, in emitSCEVChecks()
2100 Pred->getTerminator()->replaceSuccessorWith(LoopVectorPreHeader, in emitMemRuntimeChecks()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6839 From->getTerminator()->replaceSuccessorWith(To, EdgeBB); in parseFunctionBody()