Searched refs:SchedDFSResult (Results 1 – 4 of 4) sorted by relevance
66 class SchedDFSResult {117 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
97 class SchedDFSResult; variable353 SchedDFSResult *DFSResult;421 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
1224 SchedDFSResult &R;1237 ParentNodeID(SchedDFSResult::InvalidSubtreeID), in RootData()1246 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()1256 != SchedDFSResult::InvalidSubtreeID; in isVisited()1294 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()1333 if (RI->ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()1398 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()1400 for (SmallVectorImpl<SchedDFSResult::Connection>::iterator in addConnection()1407 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()1409 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()[all …]
1072 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()3010 const SchedDFSResult *DFSResult;3252 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()3266 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()