Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h66 static const char *NumCountersAttributeName;
60 static const char *NumCountersAttributeName; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp53 const char *InstrProfCorrelator::NumCountersAttributeName = "Num Counters"; member in InstrProfCorrelator
360 InstrProfCorrelator::NumCountersAttributeName) { in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1712 MDString::get(Ctx, InstrProfCorrelator::NumCountersAttributeName), in getOrCreateRegionCounters()