Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h65 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h110 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
115 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h124 void ReplaceInstWithInst(BasicBlock::InstListType &BIL,
129 void ReplaceInstWithInst(Instruction *From, Instruction *To);
/external/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp582 ReplaceInstWithInst(I, C); in instrumentAtomic()
587 ReplaceInstWithInst(I, Cast); in instrumentAtomic()
602 ReplaceInstWithInst(I, C); in instrumentAtomic()
619 ReplaceInstWithInst(I, C); in instrumentAtomic()
658 ReplaceInstWithInst(I, C); in instrumentAtomic()
DDataFlowSanitizer.cpp1132 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp185 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, in ReplaceInstWithInst() function in llvm
205 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { in ReplaceInstWithInst() function in llvm
207 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst()
633 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThen()
674 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenElse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp449 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, in ReplaceInstWithInst() function in llvm
469 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { in ReplaceInstWithInst() function in llvm
471 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst()
949 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThen()
994 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenElse()
/external/llvm-project/llvm/tools/llvm-reduce/deltas/
DReduceArguments.cpp37 ReplaceInstWithInst(CI, NewCI); in replaceFunctionCalls()
/external/llvm-project/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp470 void llvm::ReplaceInstWithInst(BasicBlock::InstListType &BIL, in ReplaceInstWithInst() function in llvm
490 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { in ReplaceInstWithInst() function in llvm
492 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To); in ReplaceInstWithInst()
1005 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThen()
1050 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenElse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp659 ReplaceInstWithInst(I, C); in instrumentAtomic()
676 ReplaceInstWithInst(I, C); in instrumentAtomic()
716 ReplaceInstWithInst(I, C); in instrumentAtomic()
DDataFlowSanitizer.cpp1271 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp771 ReplaceInstWithInst(I, C); in instrumentAtomic()
788 ReplaceInstWithInst(I, C); in instrumentAtomic()
828 ReplaceInstWithInst(I, C); in instrumentAtomic()
DDataFlowSanitizer.cpp1415 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp810 ReplaceInstWithInst(CurrentBranch, BranchInst::Create(Succ)); in peelFusionCandidate()
1269 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()
DLICM.cpp776 ReplaceInstWithInst( in getOrCreateHoistedBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp225 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
DLoopVectorize.cpp2720 ReplaceInstWithInst( in emitMinimumIterationCountCheck()
2758 ReplaceInstWithInst( in emitSCEVChecks()
2810 ReplaceInstWithInst( in emitMemRuntimeChecks()
3104 ReplaceInstWithInst(LoopMiddleBlock->getTerminator(), BrInst); in createVectorizedLoopSkeleton()
7468 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2851 ReplaceInstWithInst(BB->getTerminator(), in emitMinimumIterationCountCheck()
2876 ReplaceInstWithInst(BB->getTerminator(), in emitVectorLoopEnteredCheck()
2905 ReplaceInstWithInst(BB->getTerminator(), in emitSCEVChecks()
2933 ReplaceInstWithInst(BB->getTerminator(), in emitMemRuntimeChecks()
3107 ReplaceInstWithInst(MiddleBlock->getTerminator(), in createEmptyLoop()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3080 ReplaceInstWithInst( in emitMinimumIterationCountCheck()
3120 ReplaceInstWithInst( in emitSCEVChecks()
3166 ReplaceInstWithInst(MemCheckBlock->getTerminator(), CondBranch); in emitMemRuntimeChecks()
3438 ReplaceInstWithInst(LoopMiddleBlock->getTerminator(), BrInst); in completeLoopSkeleton()
7691 ReplaceInstWithInst( in emitMinimumIterationCountCheck()
7813 ReplaceInstWithInst( in emitMinimumVectorEpilogueIterCountCheck()
8788 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
DVPlan.cpp370 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp925 ReplaceInstWithInst(InitialInst, I->clone()); in simplifyTerminatorLeadingToRet()
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1030 ReplaceInstWithInst(InitialInst, I->clone()); in simplifyTerminatorLeadingToRet()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLICM.cpp781 ReplaceInstWithInst( in getOrCreateHoistedBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp788 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
/external/llvm-project/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp798 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()

12