Searched refs:ActiveCols (Results 1 – 2 of 2) sorted by relevance
127 for (unsigned ColIdx = 0; ColIdx < ActiveCols.size(); ++ColIdx) in findFreeColumn()128 if (!ActiveCols[ColIdx].isActive()) in findFreeColumn()131 size_t OldSize = ActiveCols.size(); in findFreeColumn()132 ActiveCols.grow(std::max<size_t>(OldSize * 2, 1)); in findFreeColumn()163 for (unsigned ColIdx = 0, End = ActiveCols.size(); ColIdx < End; ++ColIdx) { in update()164 if (!ActiveCols[ColIdx].isActive()) in update()166 CheckedVarIdxs.insert(ActiveCols[ColIdx].VarIdx); in update()167 LiveVariable &LV = LiveVariables[ActiveCols[ColIdx].VarIdx]; in update()168 ActiveCols[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr); in update()169 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update()[all …]
61 IndexedMap<Column> ActiveCols; variable85 : ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()