Lines Matching refs:LiveIn
164 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()
168 << ColIdx << ": LiveIn=" << ActiveCols[ColIdx].LiveIn in update()
171 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()
183 bool LiveIn = LV.liveAtAddress(ThisAddr); in update() local
185 if (!LiveIn && !LiveOut) in update()
191 << ColIdx << ": LiveIn=" << LiveIn in update()
194 ActiveCols[ColIdx].LiveIn = LiveIn; in update()
244 (!AfterInst && ActiveCols[ColIdx].LiveIn)) in printAfterOtherLine()
274 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
284 OS << getLineChar(ActiveCols[ColIdx].LiveIn ? LineChar::LabelCornerActive in printBetweenInsts()
300 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()
331 else if (ActiveCols[ColIdx].LiveIn && ActiveCols[ColIdx].LiveOut) in printAfterInst()
335 else if (ActiveCols[ColIdx].LiveIn) in printAfterInst()