HomeSort by: relevance | last modified time | path
    Searched defs:ProfileMap (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
CSPreInliner.h 81 StringMap<FunctionSamples> &ProfileMap;
ProfileGenerator.h 36 StringMap<FunctionSamples> &ProfileMap);
59 StringMap<FunctionSamples> ProfileMap;
187 StringMap<FunctionSamples> &ProfileMap) override;
ProfileGenerator.cpp 88 StringMap<FunctionSamples> &ProfileMap) {
89 if (std::error_code EC = Writer->write(ProfileMap))
97 write(std::move(WriterOrErr.get()), ProfileMap);
200 auto Ret = ProfileMap.try_emplace(ContextStr, FunctionSamples());
354 for (const auto &Item : ProfileMap) {
374 // ProfileMap while iterating it.
376 if (ProfileMap.find(CallerContextId) == ProfileMap.end())
378 FunctionSamples &CallerProfile = ProfileMap[CallerContextId];
404 CSPreInliner(ProfileMap, HotCountThreshold, ColdCountThreshold).run()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 983 /// sure ProfileMap's key is consistent with FunctionSample's name/context.
987 : ProfileMap(Profiles){};
996 StringMap<FunctionSamples> &ProfileMap;

Completed in 28 milliseconds