Lines Matching refs:LiveIn
156 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()
160 << ColIdx << ": LiveIn=" << ActiveCols[ColIdx].LiveIn in update()
163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
175 bool LiveIn = LV.liveAtAddress(ThisAddr); in update() local
177 if (!LiveIn && !LiveOut) in update()
183 << ColIdx << ": LiveIn=" << LiveIn in update()
186 ActiveCols[ColIdx].LiveIn = LiveIn; in update()
236 (!AfterInst && ActiveCols[ColIdx].LiveIn)) in printAfterOtherLine()
266 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
276 OS << getLineChar(ActiveCols[ColIdx].LiveIn ? LineChar::LabelCornerActive in printBetweenInsts()
292 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
323 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
327 else if (ActiveCols[ColIdx].LiveIn) in printAfterInst()