Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp691 ? getInstrProfCountersVarPrefix() in getOrCreateProfileComdat()
739 getVarName(Inc, getInstrProfCountersVarPrefix())); in getOrCreateRegionCounters()
/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DInstrProf.h89 inline StringRef getInstrProfCountersVarPrefix() { return "__profc_"; } in getInstrProfCountersVarPrefix() function