Searched defs:RootData (Results 1 – 1 of 1) sorted by relevance
1267 struct RootData { struct in llvm::SchedDFSImpl1268 unsigned NodeID;1269 unsigned ParentNodeID; ///< Parent node (member of the parent subtree).1270 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not1273 RootData(unsigned id): NodeID(id), in RootData() function1276 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()