Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h40 GlobalVariable *RegionCounters; member
42 PerFunctionProfileData() : RegionCounters(nullptr), DataVar(nullptr) { in PerFunctionProfileData()
/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp333 if (It->second.RegionCounters) in getOrCreateRegionCounters()
334 return It->second.RegionCounters; in getOrCreateRegionCounters()
414 PD.RegionCounters = CounterPtr; in getOrCreateRegionCounters()