Lines Matching refs:SchedDFSResult
1226 SchedDFSResult &R;
1240 ParentNodeID(SchedDFSResult::InvalidSubtreeID) {} in RootData()
1248 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1258 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1295 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1333 if (Root.ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1395 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1397 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1403 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1405 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
1452 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { in compute()
1498 void SchedDFSResult::scheduleTree(unsigned SubtreeID) { in scheduleTree()