Home
last modified time | relevance | path

Searched defs:ProfileDataMap (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h58 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; variable
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp190 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local