Searched refs:InsertNewInstBefore (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombinePHI.cpp | 251 InsertNewInstBefore(NewPtrPHI, PN); in foldIntegerTypedPHI() 288 InsertNewInstBefore(CI, *InsertPos); in foldIntegerTypedPHI() 291 InsertNewInstBefore(CI, *InsertBB->getFirstInsertionPt()); in foldIntegerTypedPHI() 330 InsertNewInstBefore(NewOperand, PN); in foldPHIArgInsertValueInstructionIntoPHI() 368 InsertNewInstBefore(NewAggregateOperand, PN); in foldPHIArgExtractValueInstructionIntoPHI() 427 InsertNewInstBefore(NewLHS, PN); in foldPHIArgBinOpIntoPHI() 435 InsertNewInstBefore(NewRHS, PN); in foldPHIArgBinOpIntoPHI() 554 InsertNewInstBefore(NewPN, PN); in foldPHIArgGEPIntoPHI() 732 InsertNewInstBefore(NewPN, PN); in foldPHIArgLoadIntoPHI() 816 InsertNewInstBefore(NewPhi, Phi); in foldPHIArgZextsIntoPHI() [all …]
|
| H A D | InstCombineLoadStoreAlloca.cpp | 204 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize() 1547 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in mergeStoreIntoSuccessor() 1556 InsertNewInstBefore(NewSI, *BBI); in mergeStoreIntoSuccessor()
|
| H A D | InstCombineInternal.h | 373 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 385 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|
| H A D | InstCombineCalls.cpp | 2716 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 2719 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 2722 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
|
| H A D | InstCombineSelect.cpp | 2727 InsertNewInstBefore(FI, *cast<Instruction>(Y->getUser())); in visitSelectInst()
|
| H A D | InstructionCombining.cpp | 1118 InsertNewInstBefore(NewPN, *PN); in foldOpIntoPhi()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/ |
| H A D | InstCombiner.h | 395 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 407 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|