Lines Matching defs:Branches
328 /// Construct this->NextIDs with Branches for TVIdxBuilder to use it
335 NextIDsBuilder(const ArrayRef<const CounterMappingRegion *> Branches)
336 : NextIDs(Branches.size()) {
340 for (const auto *Branch : Branches) {
345 assert(SeenIDs.size() == Branches.size());
362 ArrayRef<const CounterMappingRegion *> Branches;
393 ArrayRef<const CounterMappingRegion *> Branches,
395 : NextIDsBuilder(Branches), TVIdxBuilder(this->NextIDs), Bitmap(Bitmap),
397 Branches(Branches), NumConditions(DecisionParams.NumConditions),
505 for (const auto *B : Branches) {
530 ArrayRef<const CounterMappingRegion *> Branches, bool IsVersion11) {
532 MCDCRecordProcessor MCDCProcessor(Bitmap, Region, Branches, IsVersion11);
767 SmallVector<const CounterMappingRegion *> /// Branches