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