Home
last modified time | relevance | path

Searched defs:NumBranches (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp19 static void sumBranches(size_t &NumBranches, size_t &CoveredBranches, in sumBranches()
37 static void sumBranchExpansions(size_t &NumBranches, size_t &CoveredBranches, in sumBranchExpansions()
72 size_t NumBranches = 0, CoveredBranches = 0; in get() local
H A DCoverageSummaryInfo.h110 size_t NumBranches; variable
115 BranchCoverageInfo(size_t Covered, size_t NumBranches) in BranchCoverageInfo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp155 uint64_t NumBranches; // The original number of conditional branches / member
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3475 Statistic &NumBranches = in INITIALIZE_PASS_DEPENDENCY() local