Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp150 unsigned countBodyRecords(const FunctionSamples *FS,
432 SampleCoverageTracker::countBodyRecords(const FunctionSamples *FS, in countBodyRecords() function in SampleCoverageTracker
441 Count += countBodyRecords(CalleeSamples, PSI); in countBodyRecords()
1491 unsigned Total = CoverageTracker.countBodyRecords(Samples, PSI); in emitAnnotations()