Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp315 GlobalVariable *getOrCreateBiasVar(StringRef VarName);
1080 GlobalVariable *InstrLowerer::getOrCreateBiasVar(StringRef VarName) { in getOrCreateBiasVar() function in InstrLowerer
1121 auto *Bias = getOrCreateBiasVar(getInstrProfCounterBiasVarName()); in getCounterAddress()