Lines Matching refs:LiveOut
252 BI.LiveOut = true; in calcLiveBlockInfo()
256 BI.LiveOut = false; in calcLiveBlockInfo()
267 BI.LiveOut = false; in calcLiveBlockInfo()
273 BI.LiveOut = true; in calcLiveBlockInfo()
304 return BI.LiveIn && BI.LiveOut && BI.FirstDef && L && in calcLiveBlockInfo()
1598 if (BI.LiveIn && BI.LiveOut) in shouldSplitSingleBlock()
1614 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1747 << (BI.LiveOut ? ", stack-out" : ", killed in block")); in splitRegInBlock()
1753 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1802 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1845 assert(BI.LiveOut && "Must be live-out"); in splitRegOutBlock()
1898 << (LiveOut ? "live out" : "dead out") << "}"; in print()