Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp784 FileCoverage.BranchRegions.push_back(CR); in getCoverageForFile()
835 FunctionCoverage.BranchRegions.push_back(CR); in getCoverageForFunction()
858 ExpansionCoverage.BranchRegions.push_back(CR); in getCoverageForExpansion()
/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h541 std::vector<CountedRegion> BranchRegions; variable
567 ArrayRef<CountedRegion> getBranches() const { return BranchRegions; } in getBranches()