Searched refs:EntryCount (Results 1 – 7 of 7) sorted by relevance
693 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local699 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()700 << " returned " << safeDiv(Func->getExitCount() * 100, EntryCount) in printFunctionSummary()
327 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()
760 int EntryCount() const { in EntryCount() function
482 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
313 int32_t EntryCount(int32_t sub_header_index);
1506 uint64_t EntryCount = PGO.getCurrentRegionCount(); in EmitObjCForCollectionStmt() local1510 PGO.createBranchWeights(EntryCount, Cnt.getCount())); in EmitObjCForCollectionStmt()1653 PGO.createBranchWeights(Cnt.getCount(), EntryCount)); in EmitObjCForCollectionStmt()
1107 ULONG32 EntryCount; member