Searched refs:ColIdx2 (Results 1 – 1 of 1) sorted by relevance
270 for (unsigned ColIdx2 = 0; ColIdx2 < ColIdx; ++ColIdx2) { in printBetweenInsts() local271 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts()272 if (ActiveCols[ColIdx2].MustDrawLabel && !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()296 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local297 ColIdx2 < End; ++ColIdx2) { in printBetweenInsts()298 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()