Searched refs:LiveOutRegs (Results 1 – 6 of 6) sorted by relevance
82 for (const RegisterMaskPair &P : LiveOutRegs) { in dump()138 LiveOutRegs.clear(); in reset()146 LiveOutRegs.clear(); in reset()296 assert(P.LiveOutRegs.empty() && "inconsistent max pressure result"); in closeBottom()297 P.LiveOutRegs.reserve(LiveRegs.size()); in closeBottom()298 LiveRegs.appendTo(P.LiveOutRegs); in closeBottom()321 for (const RegisterMaskPair &Pair : P.LiveOutRegs) { in initLiveThru()702 discoverLiveInOrOut(Pair, P.LiveOutRegs); in discoverLiveOut()
904 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()921 updatePressureDiffs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1209 for (const RegisterMaskPair &P : RPTracker.getPressure().LiveOutRegs) { in computeCyclicCriticalPath()
1696 SmallVector<RegisterMaskPair, 8> LiveOutRegs; in computeLiveOuts() local1718 LiveOutRegs.push_back(RegisterMaskPair(Reg, 0)); in computeLiveOuts()1722 LiveOutRegs.push_back(RegisterMaskPair(*Units, 0)); in computeLiveOuts()1725 RPTracker.addLiveRegs(LiveOutRegs); in computeLiveOuts()
79 std::set<unsigned> LiveOutRegs; variable157 std::set<unsigned> &getOutRegs() { return LiveOutRegs; } in getOutRegs()
327 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()334 LiveOutRegs.clear(); in initRegPressure()357 for (const auto &RegMaskPair : RPTracker.getPressure().LiveOutRegs) { in initRegPressure()363 LiveOutRegs.insert(Reg); in initRegPressure()574 for (unsigned Reg : LiveOutRegs) in printDebug()
44 SmallVector<RegisterMaskPair,8> LiveOutRegs; member