reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1200 BC.Exit = (BI.LiveOut && 1233 if (BI.LiveOut) { 1424 if (BI.LiveIn && BI.LiveOut && BI.FirstDef) 1602 BI.LiveOut && RegIn && RegOut) { 1624 if (BI.LiveOut) 1708 if (BI.LiveOut) { 2162 BI.LiveOut ? BI.LastInstr.getBoundaryIndex() : BI.LastInstr; 2342 const bool LiveAfter = SplitAfter != NumGaps || BI.LiveOut; 2436 bool LiveAfter = BestAfter != NumGaps || BI.LiveOut;lib/CodeGen/SplitKit.cpp
263 BI.LiveOut = true; 267 BI.LiveOut = false; 278 BI.LiveOut = false; 284 BI.LiveOut = true; 1565 if (BI.LiveIn && BI.LiveOut) 1579 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { 1712 << (BI.LiveOut ? ", stack-out" : ", killed in block")); 1718 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { 1767 if (!BI.LiveOut || BI.LastInstr < LSP) { 1810 assert(BI.LiveOut && "Must be live-out");