Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h61 DenseMap<const Function *, LoadInst *> FunctionToProfileBiasMap; variable
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp673 LoadInst *&BiasLI = FunctionToProfileBiasMap[Fn]; in getCounterAddress()