Home
last modified time | relevance | path

Searched refs:ActiveCols (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp118 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 …]
H A DSourcePrinter.h60 IndexedMap<Column> ActiveCols; variable
84 : ActiveCols(Column()), MRI(MRI), STI(STI) {} in LiveVariablePrinter()