/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 65 void ReplaceInstWithInst(BasicBlock::InstListType &BIL, 70 void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 110 void ReplaceInstWithInst(BasicBlock::InstListType &BIL, 115 void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 124 void ReplaceInstWithInst(BasicBlock::InstListType &BIL, 129 void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 582 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()
|
D | DataFlowSanitizer.cpp | 1132 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
|
/external/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 185 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/ |
D | BasicBlockUtils.cpp | 449 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/ |
D | ReduceArguments.cpp | 37 ReplaceInstWithInst(CI, NewCI); in replaceFunctionCalls()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | BasicBlockUtils.cpp | 470 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/ |
D | ThreadSanitizer.cpp | 659 ReplaceInstWithInst(I, C); in instrumentAtomic() 676 ReplaceInstWithInst(I, C); in instrumentAtomic() 716 ReplaceInstWithInst(I, C); in instrumentAtomic()
|
D | DataFlowSanitizer.cpp | 1271 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | ThreadSanitizer.cpp | 771 ReplaceInstWithInst(I, C); in instrumentAtomic() 788 ReplaceInstWithInst(I, C); in instrumentAtomic() 828 ReplaceInstWithInst(I, C); in instrumentAtomic()
|
D | DataFlowSanitizer.cpp | 1415 ReplaceInstWithInst(Head->getTerminator(), LastBr); in loadShadow()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopFuse.cpp | 810 ReplaceInstWithInst(CurrentBranch, BranchInst::Create(Succ)); in peelFusionCandidate() 1269 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()
|
D | LICM.cpp | 776 ReplaceInstWithInst( in getOrCreateHoistedBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 225 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
|
D | LoopVectorize.cpp | 2720 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/ |
D | LoopVectorize.cpp | 2851 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/ |
D | LoopVectorize.cpp | 3080 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()
|
D | VPlan.cpp | 370 ReplaceInstWithInst(CurrentTerminator, CondBr); in execute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 925 ReplaceInstWithInst(InitialInst, I->clone()); in simplifyTerminatorLeadingToRet()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 1030 ReplaceInstWithInst(InitialInst, I->clone()); in simplifyTerminatorLeadingToRet()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 781 ReplaceInstWithInst( in getOrCreateHoistedBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 788 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 798 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
|