Lines Matching refs:LivePhysRegs
195 LivePhysRegs.clear(); in init()
196 LivePhysRegs.setUniverse(TRI->getNumRegs()); in init()
226 P.LiveInRegs.reserve(LivePhysRegs.size() + LiveVirtRegs.size()); in closeTop()
227 P.LiveInRegs.append(LivePhysRegs.begin(), LivePhysRegs.end()); in closeTop()
248 P.LiveOutRegs.reserve(LivePhysRegs.size() + LiveVirtRegs.size()); in closeBottom()
249 P.LiveOutRegs.append(LivePhysRegs.begin(), LivePhysRegs.end()); in closeBottom()
261 assert(LivePhysRegs.empty() && LiveVirtRegs.empty() && in closeRegion()
367 if (!hasRegAlias(Regs[i], LivePhysRegs, TRI)) { in addLiveRegs()
368 LivePhysRegs.insert(Regs[i]); in addLiveRegs()
377 assert(!LivePhysRegs.count(Reg) && "avoid bumping max pressure twice"); in discoverPhysLiveIn()
388 assert(!LivePhysRegs.count(Reg) && "avoid bumping max pressure twice"); in discoverPhysLiveOut()
466 if (LivePhysRegs.erase(Reg)) in recede()
482 if (!hasRegAlias(Reg, LivePhysRegs, TRI)) { in recede()
484 LivePhysRegs.insert(Reg); in recede()
532 if (!hasRegAlias(Reg, LivePhysRegs, TRI)) in advance()
537 LivePhysRegs.erase(Reg); in advance()
560 if (!hasRegAlias(Reg, LivePhysRegs, TRI)) { in advance()
562 LivePhysRegs.insert(Reg); in advance()
685 if (!hasRegAlias(Reg, LivePhysRegs, TRI)) in bumpUpwardPressure()