Home
last modified time | relevance | path

Searched defs:CalleeEntryCount (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h113 uint64_t CalleeEntryCount = CalleeSamples->getHeadSamplesEstimate(); variable
/llvm-project/llvm/tools/llvm-profgen/
H A DCSPreInliner.cpp127 uint64_t CalleeEntryCount = CalleeSamples->getHeadSamplesEstimate(); in getInlineCandidates() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1358 if (CalleeEntryCount) in tryPartialInline() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1954 updateCallProfile(Function * Callee,const ValueToValueMapTy & VMap,const ProfileCount & CalleeEntryCount,const CallBase & TheCall,ProfileSummaryInfo * PSI,BlockFrequencyInfo * CallerBFI) updateCallProfile() argument