OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveCols
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.cpp
115
for (unsigned ColIdx = 0; ColIdx <
ActiveCols
.size(); ++ColIdx)
116
if (!
ActiveCols
[ColIdx].isActive())
119
size_t OldSize =
ActiveCols
.size();
120
ActiveCols
.grow(std::max<size_t>(OldSize * 2, 1));
151
for (unsigned ColIdx = 0, End =
ActiveCols
.size(); ColIdx < End; ++ColIdx) {
152
if (!
ActiveCols
[ColIdx].isActive())
154
CheckedVarIdxs.insert(
ActiveCols
[ColIdx].VarIdx);
155
LiveVariable &LV = LiveVariables[
ActiveCols
[ColIdx].VarIdx];
156
ActiveCols
[ColIdx].LiveIn = LV.liveAtAddress(ThisAddr);
157
ActiveCols
[ColIdx].LiveOut = LV.liveAtAddress(NextAddr)
[
all
...]
SourcePrinter.h
59
IndexedMap<Column>
ActiveCols
;
83
: LiveVariables(),
ActiveCols
(Column()), MRI(MRI), STI(STI) {}
Completed in 14 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026