Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h125 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
130 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp802 ReplaceInstWithInst(I, C); in instrumentAtomic()
820 ReplaceInstWithInst(I, C); in instrumentAtomic()
860 ReplaceInstWithInst(I, C); in instrumentAtomic()
DAddressSanitizer.cpp1782 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp468 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/
DLoopFuse.cpp814 ReplaceInstWithInst(CurrentBranch, BranchInst::Create(Succ)); in peelFusionCandidate()
1281 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()
DLICM.cpp838 ReplaceInstWithInst( in getOrCreateHoistedBlock()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2073 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()
DVPlan.cpp357 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1187 ReplaceInstWithInst(InitialInst, I->clone()); in simplifyTerminatorLeadingToRet()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp803 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()