Searched refs:SchedDFSResult (Results 1 – 4 of 4) sorted by relevance
66 class SchedDFSResult {117 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
95 class SchedDFSResult; variable360 SchedDFSResult *DFSResult;434 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
1402 SchedDFSResult &R;1415 ParentNodeID(SchedDFSResult::InvalidSubtreeID), in RootData()1424 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()1434 != SchedDFSResult::InvalidSubtreeID; in isVisited()1472 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()1511 if (RI->ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()1576 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()1578 for (SmallVectorImpl<SchedDFSResult::Connection>::iterator in addConnection()1585 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()1587 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()[all …]
1168 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()3272 const SchedDFSResult *DFSResult;3511 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()3525 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()