struct SchedDFSImpl::RootData
Declaration
struct SchedDFSImpl::RootData { /* full declaration omitted */ };
Declared at: llvm/lib/CodeGen/ScheduleDAGInstrs.cpp:1228
Member Variables
- public unsigned int NodeID
- public unsigned int ParentNodeID
- Parent node (member of the parent subtree).
- public unsigned int SubInstrCount = 0
- Instr count in this tree only, not
Method Overview
- public RootData(unsigned int id)
- public unsigned int getSparseSetIndex() const
Methods
¶RootData(unsigned int id)
RootData(unsigned int id)
Description
children.
Declared at: llvm/lib/CodeGen/ScheduleDAGInstrs.cpp:1234
Parameters
- unsigned int id
¶unsigned int getSparseSetIndex() const
unsigned int getSparseSetIndex() const
Declared at: llvm/lib/CodeGen/ScheduleDAGInstrs.cpp:1237