Searched refs:InsertNewInstBefore (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 247 InsertNewInstBefore(NewPtrPHI, PN); in foldIntegerTypedPHI() 284 InsertNewInstBefore(CI, *InsertPos); in foldIntegerTypedPHI() 287 InsertNewInstBefore(CI, *InsertBB->getFirstInsertionPt()); in foldIntegerTypedPHI() 349 InsertNewInstBefore(NewOperand, PN); in foldPHIArgInsertValueInstructionIntoPHI() 387 InsertNewInstBefore(NewAggregateOperand, PN); in foldPHIArgExtractValueInstructionIntoPHI() 446 InsertNewInstBefore(NewLHS, PN); in foldPHIArgBinOpIntoPHI() 454 InsertNewInstBefore(NewRHS, PN); in foldPHIArgBinOpIntoPHI() 577 InsertNewInstBefore(NewPN, PN); in foldPHIArgGEPIntoPHI() 764 InsertNewInstBefore(NewPN, PN); in foldPHIArgLoadIntoPHI() 848 InsertNewInstBefore(NewPhi, Phi); in foldPHIArgZextsIntoPHI() [all …]
|
| H A D | InstCombineLoadStoreAlloca.cpp | 202 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize() 1539 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in mergeStoreIntoSuccessor() 1548 InsertNewInstBefore(NewSI, *BBI); in mergeStoreIntoSuccessor()
|
| H A D | InstCombineInternal.h | 384 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 396 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|
| H A D | InstCombineCalls.cpp | 3458 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 3461 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 3464 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
|
| H A D | InstCombineSelect.cpp | 768 auto *FrY = IC.InsertNewInstBefore(new FreezeInst(Y, Y->getName() + ".fr"), in foldSelectZeroOrMul() 2771 InsertNewInstBefore(FI, *cast<Instruction>(Y->getUser())); in visitSelectInst()
|
| H A D | InstructionCombining.cpp | 1217 InsertNewInstBefore(NewPN, *PN); in foldOpIntoPhi()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 396 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 408 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|