Searched refs:SchedDFSResult (Results 1 – 4 of 4) sorted by relevance
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()[all …]
1301 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()3659 const SchedDFSResult *DFSResult = nullptr;3908 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()3923 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()
65 class SchedDFSResult {116 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
112 class SchedDFSResult; variable391 SchedDFSResult *DFSResult = nullptr;469 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()