Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
HDCoverageMapping.cpp1419 FileCoverage.BranchRegions.push_back(CR); in getCoverageForFile()
1474 FunctionCoverage.BranchRegions.push_back(CR); in getCoverageForFunction()
1502 ExpansionCoverage.BranchRegions.push_back(CR); in getCoverageForExpansion()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
HDCoverageMapping.h891 std::vector<CountedRegion> BranchRegions; variable
918 ArrayRef<CountedRegion> getBranches() const { return BranchRegions; } in getBranches()