Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h127 void ReplaceInstWithInst(BasicBlock *BB, BasicBlock::iterator &BI,
132 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp453 ReplaceInstWithInst(Source->getTerminator(), Branch); in mutate()
479 ReplaceInstWithInst(Source->getTerminator(), Switch); in mutate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp722 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 DLoopFuse.cpp838 ReplaceInstWithInst(CurrentBranch, BranchInst::Create(Succ)); in peelFusionCandidate()
1529 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()
H A DLICM.cpp857 ReplaceInstWithInst( in getOrCreateHoistedBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2086 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 DVPlanRecipes.cpp1953 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp795 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1911 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()