Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1243 SchedDFSResult &R;
1257 ParentNodeID(SchedDFSResult::InvalidSubtreeID) {} in RootData()
1265 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1275 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1312 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1350 if (Root.ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1412 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1414 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1420 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1422 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
[all …]
H A DMachineScheduler.cpp1546 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()
4162 const SchedDFSResult *DFSResult = nullptr;
4411 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()
4426 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h65 class SchedDFSResult {
116 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
H A DMachineScheduler.h120 class SchedDFSResult; variable
404 SchedDFSResult *DFSResult = nullptr;
478 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()