Home
last modified time | relevance | path

Searched defs:Branches (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp82 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
117 std::vector<llvm::coverage::CountedRegion> Branches = in renderBranchExecutionCounts() local
H A DCoverageSummaryInfo.cpp20 const ArrayRef<CountedRegion> &Branches) { in sumBranches() argument
H A DCodeCoverage.cpp330 ArrayRef<CountedRegion> Branches) { in attachBranchSubViews()
379 auto Branches = FunctionCoverage.getBranches(); in createFunctionView() local
402 auto Branches = FileCoverage.getBranches(); in createSourceFileView() local
H A DCoverageExporterJson.cpp143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp335 NextIDsBuilder(const ArrayRef<const CounterMappingRegion *> Branches) in NextIDsBuilder()
362 ArrayRef<const CounterMappingRegion *> Branches; member in __anondf0c3b9d0311::MCDCRecordProcessor
393 ArrayRef<const CounterMappingRegion *> Branches, in MCDCRecordProcessor()
530 ArrayRef<const CounterMappingRegion *> Branches, bool IsVersion11) { in evaluateMCDCRegion()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp527 SmallVector<BasicBlock *, 2> Branches({Sink, BB}); in connectBlocksToSink() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1460 BasicBlock *Branches[2]; variable