Lines Matching refs:LiveIn
158 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()
162 << ColIdx << ": LiveIn=" << ActiveCols[ColIdx].LiveIn in update()
165 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
177 bool LiveIn = LV.liveAtAddress(ThisAddr); in update() local
179 if (!LiveIn && !LiveOut) in update()
185 << ColIdx << ": LiveIn=" << LiveIn in update()
188 ActiveCols[ColIdx].LiveIn = LiveIn; in update()
238 (!AfterInst && ActiveCols[ColIdx].LiveIn)) in printAfterOtherLine()
268 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
278 OS << getLineChar(ActiveCols[ColIdx].LiveIn ? LineChar::LabelCornerActive in printBetweenInsts()
294 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
325 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
329 else if (ActiveCols[ColIdx].LiveIn) in printAfterInst()