Searched defs:Branches (Results 1 – 8 of 8) sorted by relevance
82 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local117 std::vector<llvm::coverage::CountedRegion> Branches = in renderBranchExecutionCounts() local
20 const ArrayRef<CountedRegion> &Branches) { in sumBranches() argument
330 ArrayRef<CountedRegion> Branches) { in attachBranchSubViews()379 auto Branches = FunctionCoverage.getBranches(); in createFunctionView() local402 auto Branches = FileCoverage.getBranches(); in createSourceFileView() local
143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
335 NextIDsBuilder(const ArrayRef<const CounterMappingRegion *> Branches) in NextIDsBuilder()362 ArrayRef<const CounterMappingRegion *> Branches; member in __anondf0c3b9d0311::MCDCRecordProcessor393 ArrayRef<const CounterMappingRegion *> Branches, in MCDCRecordProcessor()530 ArrayRef<const CounterMappingRegion *> Branches, bool IsVersion11) { in evaluateMCDCRegion()
527 SmallVector<BasicBlock *, 2> Branches({Sink, BB}); in connectBlocksToSink() local
1460 BasicBlock *Branches[2]; variable