Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp132 auto EndBranch = Branches.end(); in renderBranchExecutionCounts() local
136 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
H A DCodeCoverage.cpp335 const auto *EndBranch = Branches.end(); in attachBranchSubViews() local
338 while (NextBranch != EndBranch) { in attachBranchSubViews()
341 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()