Searched refs:LiveOutRegs (Results 1 – 6 of 6) sorted by relevance
85 std::set<unsigned> LiveOutRegs; variable161 std::set<unsigned> &getOutRegs() { return LiveOutRegs; } in getOutRegs()475 for (const auto &RegMaskPair : RPTracker.getPressure().LiveOutRegs) { in getOutRegs()
328 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()335 LiveOutRegs.clear(); in initRegPressure()358 for (const auto &RegMaskPair : RPTracker.getPressure().LiveOutRegs) { in initRegPressure()364 LiveOutRegs.insert(Reg); in initRegPressure()590 for (unsigned Reg : LiveOutRegs) in printDebug()
107 for (const RegisterMaskPair &P : LiveOutRegs) { in dump()181 LiveOutRegs.clear(); in reset()189 LiveOutRegs.clear(); in reset()337 assert(P.LiveOutRegs.empty() && "inconsistent max pressure result"); in closeBottom()338 P.LiveOutRegs.reserve(LiveRegs.size()); in closeBottom()339 LiveRegs.appendTo(P.LiveOutRegs); in closeBottom()362 for (const RegisterMaskPair &Pair : P.LiveOutRegs) { in initLiveThru()742 discoverLiveInOrOut(Pair, P.LiveOutRegs); in discoverLiveOut()
1599 SmallVector<RegisterMaskPair, 8> LiveOutRegs; in computeLiveOuts() local1622 LiveOutRegs.push_back(RegisterMaskPair(Reg, in computeLiveOuts()1628 LiveOutRegs.push_back(RegisterMaskPair(*Units, in computeLiveOuts()1632 RPTracker.addLiveRegs(LiveOutRegs); in computeLiveOuts()
1029 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1046 updatePressureDiffs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1341 for (const RegisterMaskPair &P : RPTracker.getPressure().LiveOutRegs) { in computeCyclicCriticalPath()
53 SmallVector<RegisterMaskPair,8> LiveOutRegs; member