Home
last modified time | relevance | path

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

/freebsd-src/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
H A DAliasAnalysisEvaluator.h34 int64_t FunctionCount = 0; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp103 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp132 int64_t FunctionCount; onSymbolStart() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1095 uint64_t FunctionCount = getRegionCount(nullptr); applyFunctionAttributes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1461 uint32_t FunctionCount = readVaruint32(Ctx); parseCodeSection() local