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 100 for (unsigned i = 0, e = LiveOutRegs.size(); i < e; ++i)
101 dbgs() << PrintReg(LiveOutRegs[i], TRI) << " ";
153 LiveOutRegs.clear();
161 LiveOutRegs.clear();
295 assert(P.LiveOutRegs.empty() && "inconsistent max pressure result");
296 P.LiveOutRegs.reserve(LiveRegs.PhysRegs.size() + LiveRegs.VirtRegs.size());
297 P.LiveOutRegs.append(LiveRegs.PhysRegs.begin(), LiveRegs.PhysRegs.end());
300 P.LiveOutRegs.push_back(*I);
301 std::sort(P.LiveOutRegs.begin(), P.LiveOutRegs.end())
    [all...]
MachineScheduler.cpp 471 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs);
    [all...]
  /external/llvm/include/llvm/CodeGen/
RegisterPressure.h 36 SmallVector<unsigned,8> LiveOutRegs;

Completed in 32 milliseconds