Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.cpp1711 std::vector<unsigned> ProcIdVec; in getAllProcIndices() local
1714 ProcIdVec.push_back(PM.second); in getAllProcIndices()
1717 llvm::sort(ProcIdVec); in getAllProcIndices()
1718 return ProcIdVec; in getAllProcIndices()