Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp52 DenseMap<GlobalVariable *, GlobalVariable *> RegionCounters; member in __anon1063409a0111::InstrProfiling
120 RegionCounters.clear(); in runOnModule()
175 auto It = RegionCounters.find(Name); in lowerCoverageData()
176 if (It != RegionCounters.end()) in lowerCoverageData()
195 auto It = RegionCounters.find(Name); in getOrCreateRegionCounters()
196 if (It != RegionCounters.end()) in getOrCreateRegionCounters()
220 RegionCounters[Inc->getName()] = Counters; in getOrCreateRegionCounters()