Lines Matching defs:Branches
384 /// Construct this->NextIDs with Branches for TVIdxBuilder to use it
391 NextIDsBuilder(const ArrayRef<const CounterMappingRegion *> Branches)
392 : NextIDs(Branches.size()) {
396 for (const auto *Branch : Branches) {
401 assert(SeenIDs.size() == Branches.size());
418 ArrayRef<const CounterMappingRegion *> Branches;
446 ArrayRef<const CounterMappingRegion *> Branches,
448 : NextIDsBuilder(Branches), TVIdxBuilder(this->NextIDs), Bitmap(Bitmap),
450 Branches(Branches), NumConditions(DecisionParams.NumConditions),
535 for (auto [I, B] : enumerate(Branches)) {
556 ArrayRef<const CounterMappingRegion *> Branches, bool IsVersion11) {
558 MCDCRecordProcessor MCDCProcessor(Bitmap, Region, Branches, IsVersion11);
793 SmallVector<const CounterMappingRegion *> /// Branches