Searched refs:SchedDFSResult (Results 1 – 4 of 4) sorted by relevance
66 class SchedDFSResult {117 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
96 class SchedDFSResult; variable362 SchedDFSResult *DFSResult;430 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
1377 SchedDFSResult &R;1390 ParentNodeID(SchedDFSResult::InvalidSubtreeID), in RootData()1399 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()1409 != SchedDFSResult::InvalidSubtreeID; in isVisited()1447 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()1486 if (RI->ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()1551 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()1553 for (SmallVectorImpl<SchedDFSResult::Connection>::iterator in addConnection()1560 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()1562 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()[all …]
1129 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()3131 const SchedDFSResult *DFSResult;3371 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()3385 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()