Home
last modified time | relevance | path

Searched refs:EntryCount (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/IR/
DGCOV.cpp693 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
699 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
700 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
/external/v8/src/arm64/
Dassembler-arm64.cc327 if (EntryCount() > Assembler::kApproxMaxPoolEntryCount) { in RecordEntry()
360 return 4 * kInstructionSize + EntryCount() * kPointerSize; in WorstCaseSize()
378 return prologue_size + EntryCount() * kPointerSize; in SizeIfEmittedAtCurrentPc()
459 int word_count = EntryCount() * 2 + 1 + in EmitMarker()
2909 int count = constpool_.EntryCount(); in CheckConstPool()
Dassembler-arm64.h760 int EntryCount() const { in EntryCount() function
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc482 int32_t entry_count = EntryCount(high_byte); in GlyphId()
531 int32_t CMapTable::CMapFormat2::EntryCount(int32_t sub_header_index) { in EntryCount() function in sfntly::CMapTable::CMapFormat2
Dcmap_table.h313 int32_t EntryCount(int32_t sub_header_index);
/external/clang/lib/CodeGen/
DCGObjC.cpp1506 uint64_t EntryCount = PGO.getCurrentRegionCount(); in EmitObjCForCollectionStmt() local
1510 PGO.createBranchWeights(EntryCount, Cnt.getCount())); in EmitObjCForCollectionStmt()
1653 PGO.createBranchWeights(Cnt.getCount(), EntryCount)); in EmitObjCForCollectionStmt()
/external/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h1107 ULONG32 EntryCount; member