Searched refs:LiveInRegs (Results 1 – 10 of 10) sorted by relevance
100 for (const RegisterMaskPair &P : LiveInRegs) { in dump()165 LiveInRegs.clear(); in reset()173 LiveInRegs.clear(); in reset()183 LiveInRegs.clear(); in openTop()191 LiveInRegs.clear(); in openTop()199 LiveInRegs.clear(); in openBottom()207 LiveInRegs.clear(); in openBottom()310 assert(P.LiveInRegs.empty() && "inconsistent max pressure result"); in closeTop()311 P.LiveInRegs.reserve(LiveRegs.size()); in closeTop()312 LiveRegs.appendTo(P.LiveInRegs); in closeTop()[all …]
1020 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()
74 for (const RegisterMaskPair &P : LiveInRegs) { in dump()137 LiveInRegs.clear(); in reset()145 LiveInRegs.clear(); in reset()155 LiveInRegs.clear(); in openTop()163 LiveInRegs.clear(); in openTop()171 LiveInRegs.clear(); in openBottom()179 LiveInRegs.clear(); in openBottom()284 assert(P.LiveInRegs.empty() && "inconsistent max pressure result"); in closeTop()285 P.LiveInRegs.reserve(LiveRegs.size()); in closeTop()286 LiveRegs.appendTo(P.LiveInRegs); in closeTop()[all …]
903 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()
88 std::set<unsigned> LiveInRegs; variable164 std::set<unsigned> &getInRegs() { return LiveInRegs; } in getInRegs()475 for (const auto &RegMaskPair : RPTracker.getPressure().LiveInRegs) { in getInRegs()
347 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()351 for (const auto &RegMaskPair : RPTracker.getPressure().LiveInRegs) { in initRegPressure()353 LiveInRegs.insert(RegMaskPair.RegUnit); in initRegPressure()604 for (unsigned Reg : LiveInRegs) in printDebug()
78 std::set<unsigned> LiveInRegs; variable156 std::set<unsigned> &getInRegs() { return LiveInRegs; } in getInRegs()464 for (const auto &RegMaskPair : RPTracker.getPressure().LiveInRegs) { in getInRegs()
326 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()330 for (const auto &RegMaskPair : RPTracker.getPressure().LiveInRegs) { in initRegPressure()332 LiveInRegs.insert(RegMaskPair.RegUnit); in initRegPressure()570 for (unsigned Reg : LiveInRegs) in printDebug()
54 SmallVector<RegisterMaskPair,8> LiveInRegs; member
43 SmallVector<RegisterMaskPair,8> LiveInRegs; member