Home
last modified time | relevance | path

Searched refs:InsertNewInstBefore (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp251 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 DInstCombineLoadStoreAlloca.cpp204 IC.InsertNewInstBefore(GEP, *It); in simplifyAllocaArraySize()
1547 MergedVal = InsertNewInstBefore(PN, DestBB->front()); in mergeStoreIntoSuccessor()
1556 InsertNewInstBefore(NewSI, *BBI); in mergeStoreIntoSuccessor()
H A DInstCombineInternal.h373 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function
385 return InsertNewInstBefore(New, Old); in InsertNewInstWith()
H A DInstCombineCalls.cpp2716 InsertNewInstBefore(NC, *I); in transformConstExprCastCall()
2719 InsertNewInstBefore(NC, *I); in transformConstExprCastCall()
2722 InsertNewInstBefore(NC, *Caller); in transformConstExprCastCall()
H A DInstCombineSelect.cpp2727 InsertNewInstBefore(FI, *cast<Instruction>(Y->getUser())); in visitSelectInst()
H A DInstructionCombining.cpp1118 InsertNewInstBefore(NewPN, *PN); in foldOpIntoPhi()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h395 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { in InsertNewInstBefore() function
407 return InsertNewInstBefore(New, Old); in InsertNewInstWith()