Searched refs:LiveOutRegs (Results 1 – 6 of 6) sorted by relevance
85 std::set<Register> LiveOutRegs; variable161 std::set<Register> &getOutRegs() { return LiveOutRegs; } in getOutRegs()475 for (const auto &RegMaskPair : RPTracker.getPressure().LiveOutRegs) { in getOutRegs()
322 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()329 LiveOutRegs.clear(); in initRegPressure()352 for (const auto &RegMaskPair : RPTracker.getPressure().LiveOutRegs) { in initRegPressure()358 LiveOutRegs.insert(Reg); in initRegPressure()584 for (Register Reg : LiveOutRegs) in printDebug()
103 for (const VRegMaskOrUnit &P : LiveOutRegs) { in dump()177 LiveOutRegs.clear(); in reset()185 LiveOutRegs.clear(); in reset()333 assert(P.LiveOutRegs.empty() && "inconsistent max pressure result"); in closeBottom()334 P.LiveOutRegs.reserve(LiveRegs.size()); in closeBottom()335 LiveRegs.appendTo(P.LiveOutRegs); in closeBottom()358 for (const VRegMaskOrUnit &Pair : P.LiveOutRegs) { in initLiveThru()728 discoverLiveInOrOut(Pair, P.LiveOutRegs); in discoverLiveOut()
2240 SmallVector<VRegMaskOrUnit, 8> LiveOutRegs; in computeLiveOuts() local2260 LiveOutRegs.emplace_back(Reg, LaneBitmask::getNone()); in computeLiveOuts()2264 LiveOutRegs.emplace_back(Unit, LaneBitmask::getNone()); in computeLiveOuts()2267 RPTracker.addLiveRegs(LiveOutRegs); in computeLiveOuts()
1515 BotRPTracker.addLiveRegs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1532 updatePressureDiffs(RPTracker.getPressure().LiveOutRegs); in initRegPressure()1838 for (const VRegMaskOrUnit &P : RPTracker.getPressure().LiveOutRegs) { in computeCyclicCriticalPath()
54 SmallVector<VRegMaskOrUnit, 8> LiveOutRegs; member