Lines Matching refs:LiveOutRegs
95 for (unsigned i = 0, e = LiveOutRegs.size(); i < e; ++i) in dump()
96 dbgs() << PrintReg(LiveOutRegs[i], TRI) << " "; in dump()
146 LiveOutRegs.clear(); in reset()
154 LiveOutRegs.clear(); in reset()
282 assert(P.LiveOutRegs.empty() && "inconsistent max pressure result"); in closeBottom()
283 P.LiveOutRegs.reserve(LiveRegs.PhysRegs.size() + LiveRegs.VirtRegs.size()); in closeBottom()
284 P.LiveOutRegs.append(LiveRegs.PhysRegs.begin(), LiveRegs.PhysRegs.end()); in closeBottom()
287 P.LiveOutRegs.push_back(*I); in closeBottom()
288 std::sort(P.LiveOutRegs.begin(), P.LiveOutRegs.end()); in closeBottom()
289 P.LiveOutRegs.erase(std::unique(P.LiveOutRegs.begin(), P.LiveOutRegs.end()), in closeBottom()
290 P.LiveOutRegs.end()); in closeBottom()
392 if (containsReg(P.LiveOutRegs, Reg)) in discoverLiveOut()
396 P.LiveOutRegs.push_back(Reg); in discoverLiveOut()