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

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 50 /// InsertedPHIs - If this is non-null, the MachineSSAUpdater adds all PHI
52 SmallVectorImpl<MachineInstr*> *InsertedPHIs;
57 /// MachineSSAUpdater constructor. If InsertedPHIs is specified, it will be
60 SmallVectorImpl<MachineInstr*> *InsertedPHIs = nullptr);
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 54 SmallVectorImpl<PHINode*> *InsertedPHIs;
57 /// If InsertedPHIs is specified, it will be filled
59 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
SSAUpdaterImpl.h 64 SmallVectorImpl<PhiT*> *InsertedPHIs;
74 Updater(U), AvailableVals(A), InsertedPHIs(Ins) { }
372 if (InsertedPHIs) InsertedPHIs->push_back(PHI);

Completed in 53 milliseconds