Searched refs:ActiveCols (Results 1 – 2 of 2) sorted by relevance
124 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()127 size_t OldSize = ActiveCols.size(); in findFreeColumn()160 if (!ActiveCols[ColIdx].isActive()) in update()171 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()238 if (ActiveCols.size()) { in printAfterOtherLine()268 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()274 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()300 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()312 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts()324 if (!ActiveCols.size()) in printAfterInst()[all …]
61 IndexedMap<Column> ActiveCols; variable85 : ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()