Lines Matching refs:LiveOut
159 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
163 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
165 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
178 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
179 if (!LiveIn && !LiveOut) in update()
186 << ", LiveOut=" << LiveOut << "\n"); in update()
189 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
237 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
240 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
325 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
327 else if (ActiveCols[ColIdx].LiveOut) in printAfterInst()