Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h51 GlobalVariable *RegionCounters = nullptr; global() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp242 GlobalVariable *RegionCounters = nullptr; member
1689 if (PD.RegionCounters) in getOrCreateRegionCounters()
1690 return PD.RegionCounters; in getOrCreateRegionCounters()
1695 PD.RegionCounters = CounterPtr; in getOrCreateRegionCounters()
1731 CompilerUsedVars.push_back(PD.RegionCounters); in getOrCreateRegionCounters()
1737 return PD.RegionCounters; in getOrCreateRegionCounters()
1801 auto *CounterPtr = PD.RegionCounters; in createDataVariable()