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

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 62 for (unsigned Reg : LiveInRegs)
117 LiveInRegs.clear();
125 LiveInRegs.clear();
135 LiveInRegs.clear();
143 LiveInRegs.clear();
151 LiveInRegs.clear();
159 LiveInRegs.clear();
264 assert(P.LiveInRegs.empty() && "inconsistent max pressure result");
265 P.LiveInRegs.reserve(LiveRegs.size());
266 LiveRegs.appendTo(P.LiveInRegs);
    [all...]
MachineScheduler.cpp 886 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs);
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 35 SmallVector<unsigned,8> LiveInRegs;

Completed in 40 milliseconds