Lines Matching refs:LiveOut
165 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()
169 << ", LiveOut=" << ActiveCols[ColIdx].LiveOut << "\n"); in update()
171 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
184 bool LiveOut = LV.liveAtAddress(NextAddr); in update() local
185 if (!LiveIn && !LiveOut) in update()
192 << ", LiveOut=" << LiveOut << "\n"); in update()
195 ActiveCols[ColIdx].LiveOut = LiveOut; in update()
243 if ((AfterInst && ActiveCols[ColIdx].LiveOut) || in printAfterOtherLine()
246 else if (!AfterInst && ActiveCols[ColIdx].LiveOut) in printAfterOtherLine()
331 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
333 else if (ActiveCols[ColIdx].LiveOut) in printAfterInst()