Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp707 SmallVector<std::string> SortedDepNames; in splitAMDGPUModule() local
708 SortedDepNames.reserve(FWD.Dependencies.size()); in splitAMDGPUModule()
710 SortedDepNames.push_back(getName(*Dep)); in splitAMDGPUModule()
711 sort(SortedDepNames); in splitAMDGPUModule()
713 for (const auto &Name : SortedDepNames) in splitAMDGPUModule()