Lines Matching refs:LiveOutRegs
66 for (unsigned i = 0, e = LiveOutRegs.size(); i < e; ++i) in dump()
67 dbgs() << PrintReg(LiveOutRegs[i], TRI) << " "; in dump()
106 LiveOutRegs.clear(); in reset()
114 LiveOutRegs.clear(); in reset()
260 assert(P.LiveOutRegs.empty() && "inconsistent max pressure result"); in closeBottom()
261 P.LiveOutRegs.reserve(LiveRegs.PhysRegs.size() + LiveRegs.VirtRegs.size()); in closeBottom()
262 P.LiveOutRegs.append(LiveRegs.PhysRegs.begin(), LiveRegs.PhysRegs.end()); in closeBottom()
265 P.LiveOutRegs.push_back(*I); in closeBottom()
266 std::sort(P.LiveOutRegs.begin(), P.LiveOutRegs.end()); in closeBottom()
267 P.LiveOutRegs.erase(std::unique(P.LiveOutRegs.begin(), P.LiveOutRegs.end()), in closeBottom()
268 P.LiveOutRegs.end()); in closeBottom()
292 for (unsigned i = 0, e = P.LiveOutRegs.size(); i < e; ++i) { in initLiveThru()
293 unsigned Reg = P.LiveOutRegs[i]; in initLiveThru()
445 if (containsReg(P.LiveOutRegs, Reg)) in discoverLiveOut()
449 P.LiveOutRegs.push_back(Reg); in discoverLiveOut()