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 87 InsertNewInstBefore(NewLHS, PN);
95 InsertNewInstBefore(NewRHS, PN);
210 InsertNewInstBefore(NewPN, PN);
386 InsertNewInstBefore(NewPN, PN);
470 InsertNewInstBefore(NewPhi, Phi);
570 InsertNewInstBefore(NewPN, PN);
    [all...]
InstCombineInternal.h 399 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) {
408 /// \brief Same as InsertNewInstBefore, but also sets the debug loc.
411 return InsertNewInstBefore(New, Old);
InstCombineLoadStoreAlloca.cpp 202 IC.InsertNewInstBefore(GEP, *It);
    [all...]
InstCombineCalls.cpp     [all...]
InstructionCombining.cpp 850 InsertNewInstBefore(NewPN, *PN);
    [all...]

Completed in 288 milliseconds