Lines Matching refs:LiveOut
249 BI.LiveOut = true; in calcLiveBlockInfo()
253 BI.LiveOut = false; in calcLiveBlockInfo()
264 BI.LiveOut = false; in calcLiveBlockInfo()
270 BI.LiveOut = true; in calcLiveBlockInfo()
1585 if (BI.LiveIn && BI.LiveOut) in shouldSplitSingleBlock()
1599 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1732 << (BI.LiveOut ? ", stack-out" : ", killed in block")); in splitRegInBlock()
1738 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1787 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1830 assert(BI.LiveOut && "Must be live-out"); in splitRegOutBlock()
1883 << (LiveOut ? "live out" : "dead out") << "}"; in print()