HomeSort by: relevance | last modified time | path
    Searched refs:InsertNewInstBefore (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 251 InsertNewInstBefore(NewPtrPHI, PN);
288 InsertNewInstBefore(CI, *InsertPos);
291 InsertNewInstBefore(CI, *InsertBB->getFirstInsertionPt());
330 InsertNewInstBefore(NewOperand, PN);
368 InsertNewInstBefore(NewAggregateOperand, PN);
427 InsertNewInstBefore(NewLHS, PN);
435 InsertNewInstBefore(NewRHS, PN);
554 InsertNewInstBefore(NewPN, PN);
732 InsertNewInstBefore(NewPN, PN);
816 InsertNewInstBefore(NewPhi, Phi)
    [all...]
InstCombineInternal.h 373 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) {
382 /// Same as InsertNewInstBefore, but also sets the debug loc.
385 return InsertNewInstBefore(New, Old);
InstCombineLoadStoreAlloca.cpp 204 IC.InsertNewInstBefore(GEP, *It);
1547 MergedVal = InsertNewInstBefore(PN, DestBB->front());
1556 InsertNewInstBefore(NewSI, *BBI);
InstCombineCalls.cpp 2716 InsertNewInstBefore(NC, *I);
2719 InsertNewInstBefore(NC, *I);
2722 InsertNewInstBefore(NC, *Caller);
InstCombineSelect.cpp 2727 InsertNewInstBefore(FI, *cast<Instruction>(Y->getUser()));
InstructionCombining.cpp 1118 InsertNewInstBefore(NewPN, *PN);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/InstCombine/
InstCombiner.h 395 Instruction *InsertNewInstBefore(Instruction *New, Instruction &Old) {
404 /// Same as InsertNewInstBefore, but also sets the debug loc.
407 return InsertNewInstBefore(New, Old);

Completed in 78 milliseconds