Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveIn

213       BI.LiveIn = LVI->start <= Start;
216 if (!BI.LiveIn) {
243 BI.LiveIn = false;
1143 if (BI.LiveIn && BI.LiveOut)
1294 assert(BI.LiveIn && "Must be live-in");
1383 << (BI.LiveIn ? ", stack-in" : ", defined in block"));
1391 if (!BI.LiveIn && (!EnterAfter || EnterAfter <= BI.FirstInstr)) {