Searched refs:SchedDFSResult (Results 1 – 4 of 4) sorted by relevance
68 class SchedDFSResult {119 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
46 class SchedDFSResult; variable213 SchedDFSResult *DFSResult;324 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
1014 SchedDFSResult &R;1027 ParentNodeID(SchedDFSResult::InvalidSubtreeID), in RootData()1036 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()1046 != SchedDFSResult::InvalidSubtreeID; in isVisited()1084 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()1123 if (RI->ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()1188 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()1190 for (SmallVectorImpl<SchedDFSResult::Connection>::iterator in addConnection()1197 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()1199 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()[all …]
588 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()2117 const SchedDFSResult *DFSResult;2375 const SchedDFSResult *DFS = in getNodeAttributes()