Searched refs:EntryCount (Results 1 – 3 of 3) sorted by relevance
666 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local675 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()676 << " returned " << safeDiv(Func->getExitCount()*100, EntryCount) in printFunctionSummary()
318 UINT32 EntryCount; member
1510 uint64_t EntryCount = PGO.getCurrentRegionCount(); in EmitObjCForCollectionStmt() local1514 PGO.createBranchWeights(EntryCount, Cnt.getCount())); in EmitObjCForCollectionStmt()1657 PGO.createBranchWeights(Cnt.getCount(), EntryCount)); in EmitObjCForCollectionStmt()