Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp238 DenseMap<MachineInstr *, int> InstToNumMap; in printAllReachingDefs() local
262 Nums.push_back(InstToNumMap[Def]); in printAllReachingDefs()
270 InstToNumMap[&MI] = Num; in printAllReachingDefs()