Searched defs:RootData (Results 1 – 1 of 1) sorted by relevance
1233 struct RootData { struct in llvm::SchedDFSImpl1234 unsigned NodeID;1235 unsigned ParentNodeID; ///< Parent node (member of the parent subtree).1236 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not1239 RootData(unsigned id): NodeID(id), in RootData() function1242 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()