Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp222 auto &ProfileDataMap = FunctionData[Name]; overlapRecord() local
243 auto &ProfileDataMap = FunctionData[Name]; addRecord() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp198 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; global() member in __anon07360f7d0111::InstrLowerer