Searched refs:ActiveCols (Results 1 – 2 of 2) sorted by relevance
118 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()121 size_t OldSize = ActiveCols.size(); in findFreeColumn()154 if (!ActiveCols[ColIdx].isActive()) in update()165 if (!ActiveCols[ColIdx].LiveIn && !ActiveCols[ColIdx].LiveOut) in update()232 if (ActiveCols.size()) { in printAfterOtherLine()262 if (ActiveCols[ColIdx].isActive() && ActiveCols[ColIdx].MustDrawLabel) { in printBetweenInsts()268 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()294 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()306 if (ActiveCols[ColIdx].isActive()) in printBetweenInsts()318 if (!ActiveCols.size()) in printAfterInst()[all …]
60 IndexedMap<Column> ActiveCols; variable84 : ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()