Home | History | Annotate | Download | only in CodeGen

Lines Matching full:regsliveout

108       // regsKilled and regsLiveOut.
113 RegSet regsLiveOut;
116 // regsKilled and regsLiveOut.
120 // block. This set is disjoint from regsLiveOut.
133 if (regsKilled.count(Reg) || regsLiveOut.count(Reg))
152 if (regsLiveOut.count(Reg))
175 // Live-out registers are either in regsLiveOut or vregsPassed.
177 return regsLiveOut.count(Reg) || vregsPassed.count(Reg);
1124 MBBInfoMap[MBB].regsLiveOut = regsLive;
1154 if (SInfo.addPassed(MInfo.regsLiveOut))