Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp868 auto *Bias = M.getGlobalVariable(getInstrProfCounterBiasVarName()); in getCounterAddress()
875 Constant::getNullValue(Int64Ty), getInstrProfCounterBiasVarName()); in getCounterAddress()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h167 inline StringRef getInstrProfCounterBiasVarName() { in getInstrProfCounterBiasVarName() function