Searched refs:ColIdx2 (Results 1 – 1 of 1) sorted by relevance
865 for (unsigned ColIdx2 = 0; ColIdx2 < ColIdx; ++ColIdx2) { in printBetweenInsts() local866 if (ActiveCols[ColIdx2].isActive()) { in printBetweenInsts()867 if (ActiveCols[ColIdx2].MustDrawLabel && in printBetweenInsts()868 !ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()893 for (unsigned ColIdx2 = FirstUnprintedColumn, End = ActiveCols.size(); in printBetweenInsts() local894 ColIdx2 < End; ++ColIdx2) { in printBetweenInsts()895 if (ActiveCols[ColIdx2].isActive() && ActiveCols[ColIdx2].LiveIn) in printBetweenInsts()