Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveOut

200       BI.LiveOut = true;
204 BI.LiveOut = false;
215 BI.LiveOut = false;
221 BI.LiveOut = true;
1119 if (BI.LiveIn && BI.LiveOut)
1133 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) {
1267 << (BI.LiveOut ? ", stack-out" : ", killed in block"));
1273 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) {
1322 if (!BI.LiveOut || BI.LastInstr < LSP) {
1364 assert(BI.LiveOut && "Must be live-out");