Searched refs:InsertNewInstBefore (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp86 InsertNewInstBefore(NewLHS, PN);
94 InsertNewInstBefore(NewRHS, PN);
209 InsertNewInstBefore(NewPN, PN);
370 InsertNewInstBefore(NewPN, PN);
478 InsertNewInstBefore(NewPN, PN);
H A DInstCombine.h232 // InsertNewInstBefore - insert an instruction New before instruction Old
235 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) { function in class:llvm::InstCombiner
244 // InsertNewInstWith - same as InsertNewInstBefore, but also sets the
249 return InsertNewInstBefore(New, Old);
H A DInstCombineLoadStoreAlloca.cpp208 InsertNewInstBefore(GEP, *It);
808 MergedVal = InsertNewInstBefore(PN, DestBB->front());
819 InsertNewInstBefore(NewSI, *BBI);
H A DInstCombineCalls.cpp1234 InsertNewInstBefore(NC, *I);
1237 InsertNewInstBefore(NC, *Caller);
H A DInstructionCombining.cpp661 InsertNewInstBefore(NewPN, *PN);

Completed in 108 milliseconds