reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
103 uint64_t getEntryFreq() const;
852 auto CallerEntryFreq = CallerBFI->getEntryFreq();
lib/Analysis/ModuleSummaryAnalysis.cpp 360 uint64_t EntryFreq = BFI->getEntryFreq();
lib/Transforms/IPO/SyntheticCountsPropagation.cpp 121 Scaled64 EntryFreq(BFI.getEntryFreq(), 0);
lib/Transforms/Instrumentation/CFGMST.h 102 uint64_t EntryWeight = (BFI != nullptr ? BFI->getEntryFreq() : 2);
lib/Transforms/Instrumentation/CGProfile.cpp 44 if (BFI.getEntryFreq() == 0)