Home
last modified time | relevance | path

Searched defs:CallCount (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp129 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotInCallGraph() local
158 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionColdInCallGraph() local
192 if (auto CallCount = getProfileCount(cast<CallBase>(I), nullptr)) in isFunctionHotOrColdInCallGraphNthPercentile() local
H A DCGSCCPassManager.cpp370 struct CallCount { in run() struct
371 int Direct; in run()
372 int Indirect; in run()
/openbsd-src/gnu/llvm/llvm/include/llvm/XRay/
H A DProfile.h58 uint64_t CallCount; member
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/tests/unit/
H A Dprofile_collector_test.cpp85 int64_t CallCount; member
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h114 uint64_t CallCount; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1862 int64_t CallCount = in updateCallProfile() local