Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Analysis/
H A DProfileSummaryInfo.h130 if (isHotCount(FunctionCount->getCount())) in isFunctionHotInCallGraph() local
150 if (!isColdCount(FunctionCount->getCount())) in isFunctionColdInCallGraph() local
118 std::optional<Function::ProfileCount> FunctionCount = getEntryCount(F); isFunctionEntryHot() local
277 if (auto FunctionCount = getEntryCount(F)) { isFunctionHotOrColdInCallGraphNthPercentile() local
[all...]
H A DAliasAnalysisEvaluator.h34 int64_t FunctionCount = 0; variable
/llvm-project/llvm/lib/Analysis/
H A DProfileSummaryInfo.cpp103 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold() local
/llvm-project/llvm/lib/Target/WebAssembly/Disassembler/
H A DWebAssemblyDisassembler.cpp133 if (!nextLEB(FunctionCount, Bytes, Size, false)) in onSymbolStart() local
/llvm-project/llvm/unittests/IR/
H A DPassManagerTest.cpp67 int FunctionCount; member
726 int InstrCount = 0, FunctionCount = 0; in TEST_F() local
/llvm-project/llvm/unittests/Analysis/
H A DCGSCCPassManagerTest.cpp34 int FunctionCount; member
64 int FunctionCount; member
1049 int FunctionCount = 0; in TEST_F() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1185 Fn->setEntryCount(FunctionCount); in applyFunctionAttributes() local
/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1592 uint32_t FunctionCount = readVaruint32(Ctx); parseCodeSection() local