Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp683 auto *Bias = M->getGlobalVariable(getInstrProfCounterBiasVarName()); in getCounterAddress()
690 Constant::getNullValue(Int64Ty), getInstrProfCounterBiasVarName()); in getCounterAddress()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProf.h164 inline StringRef getInstrProfCounterBiasVarName() { in getInstrProfCounterBiasVarName() function