Home
last modified time | relevance | path

Searched defs:RootData (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/lib/CodeGen/
HDScheduleDAGInstrs.cpp1303 struct RootData { struct in llvm::SchedDFSImpl
1304 unsigned NodeID;
1305 unsigned ParentNodeID; // Parent node (member of the parent subtree).
1306 unsigned SubInstrCount; // Instr count in this tree only, not children.
1308 RootData(unsigned id): NodeID(id), in RootData() function
1312 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()