Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp260 SmallVector<int, 0> Nums; in printAllReachingDefs() local
262 Nums.push_back(InstToNumMap[Def]); in printAllReachingDefs()
263 llvm::sort(Nums); in printAllReachingDefs()
265 for (int Num : Nums) in printAllReachingDefs()