Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h118 std::optional<Function::ProfileCount> FunctionCount = getEntryCount(F); in isFunctionEntryHot() local
130 if (auto FunctionCount = getEntryCount(F)) in isFunctionHotInCallGraph() local
150 if (auto FunctionCount = getEntryCount(F)) in isFunctionColdInCallGraph() local
277 if (auto FunctionCount = getEntryCount(F)) { in isFunctionHotOrColdInCallGraphNthPercentile() local
[all...]
H A DAliasAnalysisEvaluator.h35 int64_t FunctionCount = 0; global() variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp113 auto FunctionCount = F->getEntryCount(); isFunctionEntryCold() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp133 int64_t FunctionCount; in onSymbolStart() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1187 uint64_t FunctionCount = getRegionCount(nullptr); in applyFunctionAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1595 uint32_t FunctionCount = readVaruint32(Ctx); in parseCodeSection() local