Searched refs:getDFSResult (Results 1 – 2 of 2) sorted by relevance
3055 Cmp.DFSResult = DAG->getDFSResult(); in initialize()3076 << " ILP: " << DAG->getDFSResult()->getILP(SU) in pickNode()3077 << " Tree: " << DAG->getDFSResult()->getSubtreeID(SU) << " @" in pickNode()3078 << DAG->getDFSResult()->getSubtreeLevel( in pickNode()3079 DAG->getDFSResult()->getSubtreeID(SU)) << '\n' in pickNode()3253 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeLabel()3267 static_cast<const ScheduleDAGMILive*>(G)->getDFSResult() : nullptr; in getNodeAttributes()
421 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult() function