Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DGCOV.cpp666 uint64_t EntryCount = Func->getEntryCount(); in printFunctionSummary() local
675 OS << "function " << Func->getName() << " called " << EntryCount in printFunctionSummary()
676 << " returned " << safeDiv(Func->getExitCount()*100, EntryCount) in printFunctionSummary()
/minix3/minix/drivers/power/acpi/include/
H A Dactbl1.h318 UINT32 EntryCount; member
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1510 uint64_t EntryCount = PGO.getCurrentRegionCount(); in EmitObjCForCollectionStmt() local
1514 PGO.createBranchWeights(EntryCount, Cnt.getCount())); in EmitObjCForCollectionStmt()
1657 PGO.createBranchWeights(Cnt.getCount(), EntryCount)); in EmitObjCForCollectionStmt()