Searched defs:RootData (Results 1 – 1 of 1) sorted by relevance
1246 struct RootData { struct in llvm::SchedDFSImpl1247 unsigned NodeID;1248 unsigned ParentNodeID; ///< Parent node (member of the parent subtree).1249 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not1252 RootData(unsigned id): NodeID(id), in RootData() function1255 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()