Searched refs:ReplaceInstWithInst (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/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);
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
D | AddressSanitizer.cpp | 1724 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 925 ReplaceInstWithInst(InitialInst, I->clone()); in simplifyTerminatorLeadingToRet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 781 ReplaceInstWithInst( in getOrCreateHoistedBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 788 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
|