Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DProfileSummaryInfo.cpp133 auto FunctionCount = F->getEntryCount(); in isFunctionEntryHot() local
149 if (auto FunctionCount = F->getEntryCount()) in isFunctionHotInCallGraph() local
178 if (auto FunctionCount = F->getEntryCount()) in isFunctionColdInCallGraph() local
203 if (auto FunctionCount = F->getEntryCount()) in isFunctionHotInCallGraphNthPercentile() local
233 auto FunctionCount = F->getEntryCount(); in isFunctionEntryCold() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp51 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionColdInCallGraph() local
67 if (auto FunctionCount = MF->getFunction().getEntryCount()) in isFunctionHotInCallGraphNthPercentile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasAnalysisEvaluator.h34 int64_t FunctionCount; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp129 int64_t FunctionCount; in onSymbolStart() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp290 FunctionCount, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp1140 uint32_t FunctionCount = readVaruint32(Ctx); in parseCodeSection() local
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc1173 size_t Coverage::ScriptData::FunctionCount() const { in FunctionCount() function in v8::debug::Coverage::ScriptData