Searched refs:LiveInRegs (Results 1 – 5 of 5) sorted by relevance
99 for (const RegisterMaskPair &P : LiveInRegs) { in dump()180 LiveInRegs.clear(); in reset()188 LiveInRegs.clear(); in reset()198 LiveInRegs.clear(); in openTop()206 LiveInRegs.clear(); in openTop()214 LiveInRegs.clear(); in openBottom()222 LiveInRegs.clear(); in openBottom()325 assert(P.LiveInRegs.empty() && "inconsistent max pressure result"); in closeTop()326 P.LiveInRegs.reserve(LiveRegs.size()); in closeTop()327 LiveRegs.appendTo(P.LiveInRegs); in closeTop()[all …]
1274 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()
84 std::set<unsigned> LiveInRegs; variable160 std::set<unsigned> &getInRegs() { return LiveInRegs; } in getInRegs()467 for (const auto &RegMaskPair : RPTracker.getPressure().LiveInRegs) { in getInRegs()
325 TopRPTracker.addLiveRegs(RPTracker.getPressure().LiveInRegs); in initRegPressure()329 for (const auto &RegMaskPair : RPTracker.getPressure().LiveInRegs) { in initRegPressure()331 LiveInRegs.insert(RegMaskPair.RegUnit); in initRegPressure()584 for (unsigned Reg : LiveInRegs) in printDebug()
52 SmallVector<RegisterMaskPair,8> LiveInRegs; member