Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:LiveIn

212       BI.LiveIn = LVI->start <= Start;
215 if (!BI.LiveIn) {
242 BI.LiveIn = false;
1145 if (BI.LiveIn && BI.LiveOut)
1296 assert(BI.LiveIn && "Must be live-in");
1385 << (BI.LiveIn ? ", stack-in" : ", defined in block"));
1393 if (!BI.LiveIn && (!EnterAfter || EnterAfter <= BI.FirstInstr)) {