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.h71 LLVM_ABI static const char *NumCountersAttributeName; variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp53 const char *InstrProfCorrelator::NumCountersAttributeName = "Num Counters"; member in InstrProfCorrelator
384 InstrProfCorrelator::NumCountersAttributeName) { in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1709 MDString::get(Ctx, InstrProfCorrelator::NumCountersAttributeName), in getOrCreateRegionCounters()