Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp217 unsigned countBodyRecords(const FunctionSamples *FS) const;
334 SampleCoverageTracker::countBodyRecords(const FunctionSamples *FS) const { in countBodyRecords() function in SampleCoverageTracker
341 Count += countBodyRecords(CalleeSamples); in countBodyRecords()
1189 unsigned Total = CoverageTracker.countBodyRecords(Samples); in emitAnnotations()