Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1236 struct RootData { struct in llvm::SchedDFSImpl
1237 unsigned NodeID;
1238 unsigned ParentNodeID; ///< Parent node (member of the parent subtree).
1239 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not
1242 RootData(unsigned id): NodeID(id), in RootData() argument
1245 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()