Searched defs:Branches (Results 1 – 9 of 9) 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()
335 const auto *EndBranch = Branches.end(); in attachBranchSubViews() argument 401 auto Branches = FunctionCoverage.getBranches(); createFunctionView() local 426 auto Branches = FileCoverage.getBranches(); createSourceFileView() local
143 std::vector<llvm::coverage::CountedRegion> Branches; in collectNestedBranches() local
146 std::vector<MachineInstr *> Branches; in runOnMachineFunction() local
259 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...]
252 llvm::SmallPtrSet<llvm::BasicBlock*, 4> Branches; global() member
526 SmallVector<BasicBlock *, 2> Branches({Sink, BB}); connectBlocksToSink() local
1460 BasicBlock *Branches[2]; variable