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.cpp602 std::vector<int> ScheduleDAGTopologicalSort::GetSubGraph(const SUnit &StartSU, in GetSubGraph() argument
606 int LowerBound = Node2Index[StartSU.NodeNum]; in GetSubGraph()
622 WorkList.push_back(&StartSU); in GetSubGraph()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h775 LLVM_ABI std::vector<int> GetSubGraph(const SUnit &StartSU,