Lines Matching refs:LiveOut
251 BI.LiveOut = true; in calcLiveBlockInfo()
255 BI.LiveOut = false; in calcLiveBlockInfo()
266 BI.LiveOut = false; in calcLiveBlockInfo()
272 BI.LiveOut = true; in calcLiveBlockInfo()
303 return BI.LiveIn && BI.LiveOut && BI.FirstDef && L && in calcLiveBlockInfo()
1597 if (BI.LiveIn && BI.LiveOut) in shouldSplitSingleBlock()
1613 if (!BI.LiveOut || BI.LastInstr < LastSplitPoint) { in splitSingleBlock()
1746 << (BI.LiveOut ? ", stack-out" : ", killed in block")); in splitRegInBlock()
1752 if (!BI.LiveOut && (!LeaveBefore || LeaveBefore >= BI.LastInstr)) { in splitRegInBlock()
1801 if (!BI.LiveOut || BI.LastInstr < LSP) { in splitRegInBlock()
1844 assert(BI.LiveOut && "Must be live-out"); in splitRegOutBlock()
1897 << (LiveOut ? "live out" : "dead out") << "}"; in print()