Home
last modified time | relevance | path

Searched refs:StartSU (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp600 std::vector<int> ScheduleDAGTopologicalSort::GetSubGraph(const SUnit &StartSU, in GetSubGraph() argument
604 int LowerBound = Node2Index[StartSU.NodeNum]; in GetSubGraph()
620 WorkList.push_back(&StartSU); in GetSubGraph()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h770 std::vector<int> GetSubGraph(const SUnit &StartSU, const SUnit &TargetSU,