Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1228 struct RootData { struct in llvm::SchedDFSImpl
1229 unsigned NodeID;
1230 unsigned ParentNodeID; ///< Parent node (member of the parent subtree).
1231 unsigned SubInstrCount = 0; ///< Instr count in this tree only, not
1234 RootData(unsigned id): NodeID(id), in RootData() function
1237 unsigned getSparseSetIndex() const { return NodeID; } in getSparseSetIndex()