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()
326 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()333 LiveOutRegs.clear(); in initRegPressure()356 for (const auto &RegMaskPair : RPTracker.getPressure().LiveOutRegs) { in initRegPressure()362 LiveOutRegs.insert(Reg); in initRegPressure()588 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()733 discoverLiveInOrOut(Pair, P.LiveOutRegs); in discoverLiveOut()
2037 SmallVector<RegisterMaskPair, 8> LiveOutRegs; in computeLiveOuts() local2058 LiveOutRegs.push_back(RegisterMaskPair(Reg, in computeLiveOuts()2063 LiveOutRegs.push_back( in computeLiveOuts()2067 RPTracker.addLiveRegs(LiveOutRegs); in computeLiveOuts()
1275 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1292 updatePressureDiffs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1587 for (const RegisterMaskPair &P : RPTracker.getPressure().LiveOutRegs) { in computeCyclicCriticalPath()
53 SmallVector<RegisterMaskPair,8> LiveOutRegs; member