Home
last modified time | relevance | path

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

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
136 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
142 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
143 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
144 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
158 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp327 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
331 while (NextBranch != EndBranch) { in attachBranchSubViews()
333 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
335 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
336 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
136 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
142 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
143 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
144 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
158 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp327 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
331 while (NextBranch != EndBranch) { in attachBranchSubViews()
333 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
335 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
336 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
136 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
142 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
143 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
144 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
158 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp327 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
331 while (NextBranch != EndBranch) { in attachBranchSubViews()
333 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
335 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
336 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
136 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
142 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
143 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
144 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
158 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp327 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
331 while (NextBranch != EndBranch) { in attachBranchSubViews()
333 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
335 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
336 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-cov/
H A DCoverageExporterLcov.cpp131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
136 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
142 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
143 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
144 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
158 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp327 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
331 while (NextBranch != EndBranch) { in attachBranchSubViews()
333 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
335 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
336 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp131 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
136 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
137 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
141 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
142 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
143 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
144 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
158 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp327 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
331 while (NextBranch != EndBranch) { in attachBranchSubViews()
333 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
335 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
336 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp132 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
137 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
138 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
142 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
143 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
144 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
145 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
159 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp297 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
301 while (NextBranch != EndBranch) { in attachBranchSubViews()
303 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
305 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
306 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp132 auto NextBranch = Branches.begin(); in renderBranchExecutionCounts() local
137 while (NextBranch != EndBranch) { in renderBranchExecutionCounts()
138 unsigned CurrentLine = NextBranch->LineStart; in renderBranchExecutionCounts()
142 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) { in renderBranchExecutionCounts()
143 if (!NextBranch->Folded) { in renderBranchExecutionCounts()
144 unsigned BC1 = NextBranch->ExecutionCount; in renderBranchExecutionCounts()
145 unsigned BC2 = NextBranch->FalseExecutionCount; in renderBranchExecutionCounts()
159 NextBranch++; in renderBranchExecutionCounts()
H A DCodeCoverage.cpp297 const auto *NextBranch = Branches.begin(); in attachBranchSubViews() local
301 while (NextBranch != EndBranch) { in attachBranchSubViews()
303 unsigned CurrentLine = NextBranch->LineStart; in attachBranchSubViews()
305 while (NextBranch != EndBranch && CurrentLine == NextBranch->LineStart) in attachBranchSubViews()
306 ViewBranches.push_back(*NextBranch++); in attachBranchSubViews()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableList_1.Enumerator.cs184 this.PushNext(this.NextBranch(n)); in MoveNext()
227 node = this.NextBranch(node); in ResetStack()
240 private Node NextBranch(Node node) => _reversed ? node.Left : node.Right;
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dsat_decision.h53 Literal NextBranch();
H A Dsat_decision.cc338 Literal SatDecisionPolicy::NextBranch() { in NextBranch() function in operations_research::sat::SatDecisionPolicy
H A Dinteger_search.cc322 const Literal result = decision_policy->NextBranch(); in SatSolverHeuristic()
H A Dsat_solver.cc1243 EnqueueNewDecision(decision_policy_->NextBranch()); in SolveInternal()
/dports/devel/binaryen/binaryen-version_98/src/cfg/
H A DRelooper.cpp631 auto* NextBranch = iter.second; in SkipEmptyBlocks() local
679 MergeBranchInto(NextBranch, NewBranchesOut[Replacement]); in SkipEmptyBlocks()
681 NewBranchesOut[Replacement] = NextBranch; in SkipEmptyBlocks()
763 auto* NextBranch = iter->second; in MergeConsecutiveBlocks() local
769 if (NextBranch->Code) { in MergeConsecutiveBlocks()
771 Builder.makeSequence(CurrBlock->Code, NextBranch->Code); in MergeConsecutiveBlocks()
/dports/devel/cssc/CSSC-1.4.1/unit-tests/
H A Dtest_sid.cc184 TEST(SidTest, NextBranch) in TEST() argument