HomeSort by relevance Sort by last modified time
    Searched refs:InsertNewInstBefore (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 86 InsertNewInstBefore(NewLHS, PN);
94 InsertNewInstBefore(NewRHS, PN);
209 InsertNewInstBefore(NewPN, PN);
370 InsertNewInstBefore(NewPN, PN);
478 InsertNewInstBefore(NewPN, PN);
    [all...]
InstCombineLoadStoreAlloca.cpp 128 InsertNewInstBefore(GEP, *It);
667 MergedVal = InsertNewInstBefore(PN, DestBB->front());
678 InsertNewInstBefore(NewSI, *BBI);
InstCombine.h 232 // InsertNewInstBefore - insert an instruction New before instruction Old
235 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) {
244 // InsertNewInstWith - same as InsertNewInstBefore, but also sets the
249 return InsertNewInstBefore(New, Old);
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp 657 InsertNewInstBefore(NewPN, *PN);
    [all...]

Completed in 64 milliseconds