Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h90 inline StringRef getInstrProfCountersVarPrefix() { return "__profc_"; } in getInstrProfCountersVarPrefix() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp870 std::string CntsVarName = getVarName(Inc, getInstrProfCountersVarPrefix()); in getOrCreateRegionCounters()