Searched refs:SchedDFSResult (Results 1 – 4 of 4) sorted by relevance
65 class SchedDFSResult {116 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
111 class SchedDFSResult; variable387 SchedDFSResult *DFSResult = nullptr;465 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
1221 SchedDFSResult &R;1235 ParentNodeID(SchedDFSResult::InvalidSubtreeID) {} in RootData()1243 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()1253 != SchedDFSResult::InvalidSubtreeID; in isVisited()1290 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()1328 if (Root.ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()1390 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()1392 for (SchedDFSResult::Connection &C : Connections) { in addConnection()1398 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()1400 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()[all …]
1284 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()3468 const SchedDFSResult *DFSResult = nullptr;3717 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()3732 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()