Home
last modified time | relevance | path

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

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