Home
last modified time | relevance | path

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

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