Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp179 auto &ProfileDataMap = It->second; in overlapRecord() local
197 auto &ProfileDataMap = FunctionData[Name]; in addRecord() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp283 DenseMap<GlobalVariable *, PerFunctionProfileData> ProfileDataMap; member in __anon21e6fd6b0111::InstrLowerer