Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/CodeGen/
HDScheduleDAGInstrs.cpp1033 SchedDFSResult &R;
1046 ParentNodeID(SchedDFSResult::InvalidSubtreeID), in RootData()
1055 SchedDFSImpl(SchedDFSResult &r): R(r), SubtreeClasses(R.DFSNodeData.size()) { in SchedDFSImpl()
1065 != SchedDFSResult::InvalidSubtreeID; in isVisited()
1103 if (RootSet[PredNum].ParentNodeID == SchedDFSResult::InvalidSubtreeID) in visitPostorderNode()
1142 if (RI->ParentNodeID != SchedDFSResult::InvalidSubtreeID) in finalize()
1207 SmallVectorImpl<SchedDFSResult::Connection> &Connections = in addConnection()
1209 for (SmallVectorImpl<SchedDFSResult::Connection>::iterator in addConnection()
1216 Connections.push_back(SchedDFSResult::Connection(ToTree, Depth)); in addConnection()
1218 } while (FromTree != SchedDFSResult::InvalidSubtreeID); in addConnection()
[all …]
HDMachineScheduler.cpp725 DFSResult = new SchedDFSResult(/*BottomU*/true, MinSubtreeSize); in computeDFSResult()
2859 const SchedDFSResult *DFSResult;
3098 const SchedDFSResult *DFS = in getNodeLabel()
3112 const SchedDFSResult *DFS = in getNodeAttributes()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDScheduleDFS.h68 class SchedDFSResult {
119 SchedDFSResult(bool IsBU, unsigned lim) in SchedDFSResult() function
HDMachineScheduler.h95 class SchedDFSResult; variable
283 SchedDFSResult *DFSResult;
415 const SchedDFSResult *getDFSResult() const { return DFSResult; } in getDFSResult()