Home
last modified time | relevance | path

Searched refs:SchedDFSResult (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1226 SchedDFSResult &R;
1240 ParentNodeID(SchedDFSResult::InvalidSubtreeID) {} in RootData()
1248 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1258 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1295 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1333 if (Root.ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1395 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1397 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1403 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1405 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
[all …]
DMachineScheduler.cpp1301 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()
3659 const SchedDFSResult *DFSResult = nullptr;
3908 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()
3923 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DScheduleDFS.h65 class SchedDFSResult {
116 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
DMachineScheduler.h112 class SchedDFSResult; variable
391 SchedDFSResult *DFSResult = nullptr;
469 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()