Home
last modified time | relevance | path

Searched defs:EntryCount (Results 1 – 17 of 17) sorted by relevance

/external/llvm/lib/MC/
DMCCodeView.cpp177 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DGCOV.cpp719 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCCodeView.cpp348 unsigned EntryCount = FileSegEnd - I; in emitLineTableForFunction() local
/external/llvm/lib/IR/
DGCOV.cpp697 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp536 auto EntryCount = F.getEntryCount(); in getBlockProfileCount() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp568 auto EntryCount = F.getEntryCount(); in getProfileCountFromFreq() local
/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp519 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp551 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp543 const MCExpr *EntryCount = MCBinaryExpr::createDiv(LabelDiff, EntrySize, Ctx); in emitCSpecificHandlerTable() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DWasmObjectFile.cpp558 uint32_t EntryCount = readVaruint32(Ctx); in parseLinkingSectionComdat() local
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { in EntryCount() function in sfntly::CMapTable::CMapFormat2
/external/v8/src/arm64/
Dassembler-arm64.h832 int EntryCount() const { return static_cast<int>(entries_.size()); } in EntryCount() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp939 void markFunctionAttributes(uint64_t EntryCount, uint64_t MaxCount) { in markFunctionAttributes()
/external/llvm/unittests/IR/
DMetadataTest.cpp2286 TEST_F(FunctionAttachmentTest, EntryCount) { in TEST_F() argument
/external/clang/lib/CodeGen/
DCGObjC.cpp1550 uint64_t EntryCount = getCurrentProfileCount(); in EmitObjCForCollectionStmt() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp2518 TEST_F(FunctionAttachmentTest, EntryCount) { in TEST_F() argument
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1107 ULONG32 EntryCount; member