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.h119 std::optional<Function::ProfileCount> FunctionCount = getEntryCount(F); in isFunctionEntryHot() local
131 if (auto FunctionCount = getEntryCount(F)) in isFunctionHotInCallGraph() local
151 if (auto FunctionCount = getEntryCount(F)) in isFunctionColdInCallGraph() local
281 if (auto FunctionCount = getEntryCount(F)) { in isFunctionHotOrColdInCallGraphNthPercentile() local
H A DAliasAnalysisEvaluator.h35 int64_t FunctionCount = 0; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp134 int64_t FunctionCount; in onSymbolStart() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp108 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1185 uint64_t FunctionCount = getRegionCount(nullptr); in applyFunctionAttributes() local
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1608 uint32_t FunctionCount = readVaruint32(Ctx); in parseCodeSection() local