Searched refs:ReplaceInstWithInst (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| D | BasicBlockUtils.h | 125 void ReplaceInstWithInst(BasicBlock::InstListType &BIL, 130 void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | ThreadSanitizer.cpp | 802 ReplaceInstWithInst(I, C); in instrumentAtomic() 820 ReplaceInstWithInst(I, C); in instrumentAtomic() 860 ReplaceInstWithInst(I, C); in instrumentAtomic()
|
| D | AddressSanitizer.cpp | 1782 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | BasicBlockUtils.cpp | 468 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, in ReplaceInstWithInst() function in llvm 488 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { in ReplaceInstWithInst() function in llvm 490 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst() 1388 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenImpl() 1456 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenElse()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| D | LoopFuse.cpp | 814 ReplaceInstWithInst(CurrentBranch, BranchInst::Create(Succ)); in peelFusionCandidate() 1281 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()
|
| D | LICM.cpp | 838 ReplaceInstWithInst( in getOrCreateHoistedBlock()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 2073 ReplaceInstWithInst( in emitSCEVChecks() 2101 ReplaceInstWithInst( in emitMemRuntimeChecks() 3286 ReplaceInstWithInst( in emitMinimumIterationCountCheck() 3492 ReplaceInstWithInst(LoopMiddleBlock->getTerminator(), BrInst); in createVectorLoopSkeleton() 8416 ReplaceInstWithInst( in emitMinimumIterationCountCheck() 8543 ReplaceInstWithInst( in emitMinimumVectorEpilogueIterCountCheck() 9759 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
|
| D | VPlan.cpp | 357 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| D | CoroSplit.cpp | 1187 ReplaceInstWithInst(InitialInst, I->clone()); in simplifyTerminatorLeadingToRet()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 803 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
|