Home
last modified time | relevance | path

Searched refs:GetSubGraph (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h775 LLVM_ABI std::vector<int> GetSubGraph(const SUnit &StartSU,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DScheduleDAG.cpp602 std::vector<int> ScheduleDAGTopologicalSort::GetSubGraph(const SUnit &StartSU, in GetSubGraph() function in ScheduleDAGTopologicalSort
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.cpp695 SubGraph = DAG->GetTopo()->GetSubGraph(SU, DAG->SUnits[j], in colorHighLatenciesGroups()
699 SubGraph = DAG->GetTopo()->GetSubGraph(DAG->SUnits[j], SU, in colorHighLatenciesGroups()