Searched refs:ReplaceInstWithInst (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 127 void ReplaceInstWithInst(BasicBlock *BB, BasicBlock::iterator &BI, 132 void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 453 ReplaceInstWithInst(Source->getTerminator(), Branch); in mutate() 479 ReplaceInstWithInst(Source->getTerminator(), Switch); in mutate()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 722 void llvm::ReplaceInstWithInst(BasicBlock *BB, BasicBlock::iterator &BI, in ReplaceInstWithInst() function in llvm 756 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { in ReplaceInstWithInst() function in llvm 758 ReplaceInstWithInst(From->getParent(), BI, To); in ReplaceInstWithInst() 1703 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenElse()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopFuse.cpp | 838 ReplaceInstWithInst(CurrentBranch, BranchInst::Create(Succ)); in peelFusionCandidate() 1529 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()
|
H A D | LICM.cpp | 857 ReplaceInstWithInst( in getOrCreateHoistedBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2086 ReplaceInstWithInst(SCEVCheckBlock->getTerminator(), &BI); in emitSCEVChecks() 2115 ReplaceInstWithInst(MemCheckBlock->getTerminator(), &BI); in emitMemRuntimeChecks() 2523 ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI); in emitIterationCountCheck() 7537 ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI); in emitIterationCountCheck() 7695 ReplaceInstWithInst(Insert->getTerminator(), &BI); in emitMinimumVectorEpilogueIterCountCheck()
|
H A D | VPlanRecipes.cpp | 1953 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 795 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | AddressSanitizer.cpp | 1911 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
|