Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h107 inline StringRef getInstrProfValuesVarPrefix() { return "__profvp_"; } in getInstrProfValuesVarPrefix() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp1790 getVarName(Inc, getInstrProfValuesVarPrefix(), Renamed)); in createDataVariable()