Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DScheduleDFS.h65 class SchedDFSResult {
116 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
DMachineScheduler.h119 class SchedDFSResult; variable
398 SchedDFSResult *DFSResult = nullptr;
472 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1229 SchedDFSResult &R;
1243 ParentNodeID(SchedDFSResult::InvalidSubtreeID) {} in RootData()
1251 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1261 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1298 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1336 if (Root.ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1398 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1400 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1406 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1408 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
[all …]
DMachineScheduler.cpp1306 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()
3688 const SchedDFSResult *DFSResult = nullptr;
3937 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()
3952 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()