Home
last modified time | relevance | path

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

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