Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUExportClustering.cpp22 class ExportClustering : public ScheduleDAGMutation { class
24 ExportClustering() = default;
107 void ExportClustering::apply(ScheduleDAGInstrs *DAG) { in apply()
143 return std::make_unique<ExportClustering>(); in createAMDGPUExportClusteringDAGMutation()