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

  /external/llvm/include/llvm/Analysis/
PHITransAddr.h 83 /// All newly created instructions are added to the NewInsts list. This
88 SmallVectorImpl<Instruction*> &NewInsts);
102 /// block. All newly created instructions are added to the NewInsts list.
107 SmallVectorImpl<Instruction*> &NewInsts);
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 342 /// All newly created instructions are added to the NewInsts list. This
348 SmallVectorImpl<Instruction*> &NewInsts) {
349 unsigned NISize = NewInsts.size();
352 Addr = InsertPHITranslatedSubExpr(Addr, CurBB, PredBB, DT, NewInsts);
358 while (NewInsts.size() != NISize)
359 NewInsts.pop_back_val()->eraseFromParent();
366 /// block. All newly created instructions are added to the NewInsts list.
372 SmallVectorImpl<Instruction*> &NewInsts) {
387 CurBB, PredBB, DT, NewInsts);
395 NewInsts.push_back(New)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 77 milliseconds