Searched refs:ActiveCols (Results 1 – 2 of 2) sorted by relevance
116 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()119 size_t OldSize = ActiveCols.size(); in findFreeColumn()152 if (!ActiveCols[ColIdx].isActive()) in update()163 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()230 if (ActiveCols.size()) { in printAfterOtherLine()260 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()266 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()292 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()304 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts()316 if (!ActiveCols.size()) in printAfterInst()[all …]
59 IndexedMap<Column> ActiveCols; variable83 : LiveVariables(), ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()