Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DInstrProfiling.h58 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; global() variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp228 auto &ProfileDataMap = FunctionData[Name]; in overlapRecord() local
249 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp249 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; member in __anon21e6fd6b0111::InstrLowerer