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 62 InsertNewInstBefore(GEP, *It);
598 MergedVal = InsertNewInstBefore(PN, DestBB->front());
609 InsertNewInstBefore(NewSI, *BBI);
InstCombine.h 228 // InsertNewInstBefore - insert an instruction New before instruction Old
231 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) {
240 // InsertNewInstWith - same as InsertNewInstBefore, but also sets the
245 return InsertNewInstBefore(New, Old);
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp 652 InsertNewInstBefore(NewPN, *PN);
    [all...]

Completed in 1914 milliseconds