Home
last modified time | relevance | path

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

/freebsd-src/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()
H A DCodeCoverage.cpp335 const auto *EndBranch = Branches.end(); in attachBranchSubViews() argument
401 auto Branches = FunctionCoverage.getBranches(); createFunctionView() local
426 auto Branches = FileCoverage.getBranches(); createSourceFileView() local
H A DCoverageExporterJson.cpp143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp259 ArrayRef<const CounterMappingRegion *> Branches; global() member in MCDCRecordProcessor
283 MCDCRecordProcessor(const BitVector & Bitmap,const CounterMappingRegion & Region,ArrayRef<const CounterMappingRegion * > Branches) MCDCRecordProcessor() argument
481 evaluateMCDCRegion(const CounterMappingRegion & Region,const BitVector & ExecutedTestVectorBitmap,ArrayRef<const CounterMappingRegion * > Branches) evaluateMCDCRegion() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h252 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp526 SmallVector<BasicBlock *, 2> Branches({Sink, BB}); connectBlocksToSink() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1460 BasicBlock *Branches[2]; variable