Searched refs:InsertNewInstBefore (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 87 InsertNewInstBefore(NewLHS, PN); in FoldPHIArgBinOpIntoPHI() 95 InsertNewInstBefore(NewRHS, PN); in FoldPHIArgBinOpIntoPHI() 210 InsertNewInstBefore(NewPN, PN); in FoldPHIArgGEPIntoPHI() 386 InsertNewInstBefore(NewPN, PN); in FoldPHIArgLoadIntoPHI() 470 InsertNewInstBefore(NewPhi, Phi); in FoldPHIArgZextsIntoPHI() 570 InsertNewInstBefore(NewPN, PN); in FoldPHIArgOpIntoPHI()
|
D | InstCombineInternal.h | 399 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function 411 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
|
D | InstCombineLoadStoreAlloca.cpp | 202 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize() 1245 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in SimplifyStoreAtEndOfBlock() 1256 InsertNewInstBefore(NewSI, *BBI); in SimplifyStoreAtEndOfBlock()
|
D | InstCombineCalls.cpp | 2308 InsertNewInstBefore(NC, *I); in transformConstExprCastCall() 2311 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
|
D | InstructionCombining.cpp | 850 InsertNewInstBefore(NewPN, *PN); in FoldOpIntoPhi()
|