Lines Matching defs:Profiles
10 // This file implements the class that reads LLVM sample profiles. It
41 OS << "Function: " << FName << ": " << Profiles[FName];
44 /// \brief Dump all the function profiles found on stream \p OS.
46 for (const auto &I : Profiles)
181 Profiles[FName] = FunctionSamples();
182 FunctionSamples &FProfile = Profiles[FName];
373 Profiles[*FName] = FunctionSamples();
374 FunctionSamples &FProfile = Profiles[*FName];
550 // body, there will be identical replicated profiles for the
553 FProfile = &Profiles[Name];
621 FunctionSamples &TargetProfile = Profiles[TargetName];