Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfCorrelator.h65 static const char *CFGHashAttributeName;
59 static const char *CFGHashAttributeName; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfCorrelator.cpp52 const char *InstrProfCorrelator::CFGHashAttributeName = "CFG Hash"; member in InstrProfCorrelator
357 } else if (AnnotationName == InstrProfCorrelator::CFGHashAttributeName) { in correlateProfileDataImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1708 MDString::get(Ctx, InstrProfCorrelator::CFGHashAttributeName), in getOrCreateRegionCounters()