Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp676 auto *Bias = M->getGlobalVariable(getInstrProfCounterBiasVarName()); in getCounterAddress()
683 Constant::getNullValue(Int64Ty), getInstrProfCounterBiasVarName()); in getCounterAddress()
/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProf.h159 inline StringRef getInstrProfCounterBiasVarName() { in getInstrProfCounterBiasVarName() function