Lines Matching defs:Coupled
77 STATISTIC(CoupledSubscriptPairs, "Coupled subscript pairs");
3680 SmallBitVector Coupled(Pairs);
3725 // to either Separable or Coupled).
3735 // so Done remains true and we add it to the Coupled set.
3774 Coupled.set(SI);
3783 LLVM_DEBUG(dbgs() << " Coupled = ");
3784 LLVM_DEBUG(dumpSmallBitVector(Coupled));
3822 if (Coupled.count()) {
3829 for (unsigned SI : Coupled.set_bits()) {
4073 SmallBitVector Coupled(Pairs);
4107 Coupled.set(SI);
4138 if (Coupled.count()) {
4143 for (unsigned SI : Coupled.set_bits()) {