Lines Matching defs:NumCounts
53 // elements are the (Cutoff, MinCount, NumCounts) triplet of the
63 ConstantAsMetadata::get(ConstantInt::get(Int32Ty, Entry.NumCounts))};
91 Components.push_back(getKeyValMD(Context, "NumCounts", getNumCounts()));
214 uint64_t NumCounts, TotalCount, NumFunctions, MaxFunctionCount, MaxCount,
227 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumCounts",
228 NumCounts))
247 NumCounts, NumFunctions, IsPartialProfile,
255 OS << "Total number of blocks: " << NumCounts << "\n";
262 OS << Entry.NumCounts << " blocks "
264 NumCounts ? (100.f * Entry.NumCounts / NumCounts) : 0)