Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Transforms/
DInstrProfiling.h40 GlobalVariable *RegionCounters; member
42 PerFunctionProfileData() : RegionCounters(nullptr), DataVar(nullptr) { in PerFunctionProfileData()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Instrumentation/
DInstrProfiling.h51 GlobalVariable *RegionCounters = nullptr; member
/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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp707 if (It->second.RegionCounters) in getOrCreateRegionCounters()
708 return It->second.RegionCounters; in getOrCreateRegionCounters()
789 PD.RegionCounters = CounterPtr; in getOrCreateRegionCounters()