Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp345 GlobalVariable *getOrCreateBiasVar(StringRef VarName);
1095 GlobalVariable *InstrLowerer::getOrCreateBiasVar(StringRef VarName) { in getOrCreateBiasVar() function in InstrLowerer
1136 auto *Bias = getOrCreateBiasVar(getInstrProfCounterBiasVarName()); in getCounterAddress()
1155 auto *Bias = getOrCreateBiasVar(getInstrProfBitmapBiasVarName()); in getBitmapAddress()