Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h65 class SchedDFSResult {
116 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
DMachineScheduler.h111 class SchedDFSResult; variable
387 SchedDFSResult *DFSResult = nullptr;
465 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1221 SchedDFSResult &R;
1235 ParentNodeID(SchedDFSResult::InvalidSubtreeID) {} in RootData()
1243 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1253 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1290 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1328 if (Root.ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1390 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1392 for (SchedDFSResult::Connection &C : Connections) { in addConnection()
1398 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1400 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
[all …]
DMachineScheduler.cpp1284 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()
3468 const SchedDFSResult *DFSResult = nullptr;
3717 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()
3732 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()