reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/ProfileSummaryInfo.h
  103   Optional<uint64_t> getProfileCount(const Instruction *CallInst,

References

lib/Analysis/ModuleSummaryAnalysis.cpp
  343         auto ScaledCount = PSI->getProfileCount(&I, BFI);
lib/Analysis/ProfileSummaryInfo.cpp
  156           if (auto CallCount = getProfileCount(&I, nullptr))
  185           if (auto CallCount = getProfileCount(&I, nullptr))
  210           if (auto CallCount = getProfileCount(&I, nullptr))
  337   auto C = getProfileCount(CS.getInstruction(), BFI);
  343   auto C = getProfileCount(CS.getInstruction(), BFI);
lib/Transforms/Utils/InlineFunction.cpp
 1487   auto CallSiteCount = PSI ? PSI->getProfileCount(TheCall, CallerBFI) : None;