Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h114 uint64_t CalleeEntryCount = CalleeSamples->getHeadSamplesEstimate(); global() variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1358 auto CalleeEntryCount = Cloner.OrigFunc->getEntryCount(); in tryPartialInline() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1965 const ProfileCount &CalleeEntryCount, in updateCallProfile()