Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp37 const char *InstrProfCorrelator::NumCountersAttributeName = "Num Counters"; member in InstrProfCorrelator
257 InstrProfCorrelator::NumCountersAttributeName) == 0) { in correlateProfileDataImpl()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h55 static const char *NumCountersAttributeName; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp942 MDString::get(Ctx, InstrProfCorrelator::NumCountersAttributeName), in getOrCreateRegionCounters()