Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DScheduleDFS.h66 class SchedDFSResult {
117 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
DMachineScheduler.h96 class SchedDFSResult; variable
362 SchedDFSResult *DFSResult;
430 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp1377 SchedDFSResult &R;
1390 ParentNodeID(SchedDFSResult::InvalidSubtreeID), in RootData()
1399 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1409 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1447 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1486 if (RI->ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1551 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1553 for (SmallVectorImpl<SchedDFSResult::Connection>::iterator in addConnection()
1560 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1562 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
[all …]
DMachineScheduler.cpp1129 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()
3131 const SchedDFSResult *DFSResult;
3371 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeLabel()
3385 const SchedDFSResult *DFS = DAG->hasVRegLiveness() ? in getNodeAttributes()