Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp52 DenseMap<GlobalVariable *, GlobalVariable *> RegionCounters; member in __anonba34942d0111::InstrProfiling
119 RegionCounters.clear(); in runOnModule()
174 auto It = RegionCounters.find(Name); in lowerCoverageData()
175 if (It != RegionCounters.end()) in lowerCoverageData()
194 auto It = RegionCounters.find(Name); in getOrCreateRegionCounters()
195 if (It != RegionCounters.end()) in getOrCreateRegionCounters()
214 RegionCounters[Inc->getName()] = Counters; in getOrCreateRegionCounters()