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

  /external/llvm/lib/CodeGen/
RegisterPressure.cpp 66 for (unsigned Reg : LiveOutRegs)
118 LiveOutRegs.clear();
126 LiveOutRegs.clear();
276 assert(P.LiveOutRegs.empty() && "inconsistent max pressure result");
277 P.LiveOutRegs.reserve(LiveRegs.size());
278 LiveRegs.appendTo(P.LiveOutRegs);
301 for (unsigned Reg : P.LiveOutRegs) {
505 if (containsReg(P.LiveOutRegs, Reg))
509 P.LiveOutRegs.push_back(Reg);
    [all...]
MachineScheduler.cpp 887 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs);
904 updatePressureDiffs(RPTracker.getPressure().LiveOutRegs);
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 36 SmallVector<unsigned,8> LiveOutRegs;

Completed in 1793 milliseconds