Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1250 struct RootData { struct in llvm::SchedDFSImpl
1251 unsigned NodeID;
1252 unsigned ParentNodeID; ///< Parent node (member of the parent subtree).
1253 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not
1256 RootData(unsigned id): NodeID(id), in RootData() argument
1259 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()