Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1164 struct RootData { struct in llvm::SchedDFSImpl
1165 unsigned NodeID;
1166 unsigned ParentNodeID; ///< Parent node (member of the parent subtree).
1167 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not
1170 RootData(unsigned id): NodeID(id), in RootData() argument
1173 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()