Home | History | Annotate | Download | only in ProfileData

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)
178 Profiles[FName] = FunctionSamples();
179 FunctionSamples &FProfile = Profiles[FName];
375 Profiles[*FName] = FunctionSamples();
376 FunctionSamples &FProfile = Profiles[*FName];
613 // body, there will be identical replicated profiles for the
616 FProfile = &Profiles[Name];
685 FunctionSamples &TargetProfile = Profiles[TargetName];
797 for (const auto &I : Profiles) {