Searched refs:ReplaceInstWithInst (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 131 LLVM_ABI void ReplaceInstWithInst(BasicBlock *BB, BasicBlock::iterator &BI, 136 LLVM_ABI void ReplaceInstWithInst(Instruction *From, Instruction *To);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | BasicBlockUtils.cpp | 587 void llvm::ReplaceInstWithInst(BasicBlock *BB, BasicBlock::iterator &BI, in ReplaceInstWithInst() function in llvm 621 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { in ReplaceInstWithInst() function in llvm 623 ReplaceInstWithInst(From->getParent(), BI, To); in ReplaceInstWithInst() 1563 ReplaceInstWithInst(HeadOldTerm, HeadNewTerm); in SplitBlockAndInsertIfThenElse()
|
| /freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
| H A D | IRMutator.cpp | 540 ReplaceInstWithInst(Source->getTerminator(), Branch); in mutate() 566 ReplaceInstWithInst(Source->getTerminator(), Switch); in mutate()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFuse.cpp | 838 ReplaceInstWithInst(CurrentBranch, BranchInst::Create(Succ)); in peelFusionCandidate() 1529 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()
|
| H A D | LICM.cpp | 860 ReplaceInstWithInst( in getOrCreateHoistedBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 817 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr); in lowerTypeTestCall()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 2402 ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI); in emitIterationCountCheck() 7478 ReplaceInstWithInst(TCCheckBlock->getTerminator(), &BI); in emitIterationCountCheck() 7602 ReplaceInstWithInst(Insert->getTerminator(), &BI); in emitMinimumVectorEpilogueIterCountCheck()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1975 ReplaceInstWithInst(CheckTerm, NewTerm); in instrumentAddress()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19029 …nENS_12ilist_traitsIS1_EEEERNS_14ilist_iteratorIS1_EEPS1_", "llvm::ReplaceInstWithInst(llvm::iplis… 19030 {"_ZN4llvm19ReplaceInstWithInstEPNS_11InstructionES1_", "llvm::ReplaceInstWithInst(llvm::Instructio…
|