Lines Matching defs:Separable
76 STATISTIC(SeparableSubscriptPairs, "Separable subscript pairs");
3679 SmallBitVector Separable(Pairs);
3725 // to either Separable or Coupled).
3732 // Since Done remains true, we add 2 to the set of Separable pairs.
3752 Separable.set(SI);
3770 Separable.set(SI);
3781 LLVM_DEBUG(dbgs() << " Separable = ");
3782 LLVM_DEBUG(dumpSmallBitVector(Separable));
3790 for (unsigned SI : Separable.set_bits()) {
4072 SmallBitVector Separable(Pairs);
4088 Separable.set(SI);
4105 Separable.set(SI);
4116 for (unsigned SI : Separable.set_bits()) {