OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DFSNodeData
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
ScheduleDFS.h
103
std::vector<NodeData>
DFSNodeData
;
126
bool empty() const { return
DFSNodeData
.empty(); }
130
DFSNodeData
.clear();
138
DFSNodeData
.resize(NumSUnits);
147
return
DFSNodeData
[SU->NodeNum].InstrCount;
160
return ILPValue(
DFSNodeData
[SU->NodeNum].InstrCount, 1 + SU->getDepth());
173
assert(SU->NodeNum <
DFSNodeData
.size() && "New Node");
174
return
DFSNodeData
[SU->NodeNum].SubtreeID;
/external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp
[
all
...]
Completed in 150 milliseconds