Lines Matching refs:SchedDFSResult
1243 SchedDFSResult &R;
1257 ParentNodeID(SchedDFSResult::InvalidSubtreeID) {} in RootData()
1265 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1275 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1312 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1350 if (Root.ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1412 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1414 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1420 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1422 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
1469 void SchedDFSResult::compute(ArrayRef<SUnit> SUnits) { in compute()
1515 void SchedDFSResult::scheduleTree(unsigned SubtreeID) { in scheduleTree()