Lines Matching defs:Pairs
887 void DependenceInfo::unifySubscriptType(ArrayRef<Subscript *> Pairs) {
894 for (Subscript *Pair : Pairs) {
919 for (Subscript *Pair : Pairs) {
3634 unsigned Pairs = 1;
3635 SmallVector<Subscript, 2> Pair(Pairs);
3656 Pairs = Pair.size();
3660 for (unsigned P = 0; P < Pairs; ++P) {
3663 Pair[P].Group.resize(Pairs);
3679 SmallBitVector Separable(Pairs);
3680 SmallBitVector Coupled(Pairs);
3739 for (unsigned SI = 0; SI < Pairs; ++SI) {
3757 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) {
3832 SmallBitVector Sivs(Pairs);
3833 SmallBitVector Mivs(Pairs);
3943 for (unsigned SI = 0; SI < Pairs; ++SI)
4045 unsigned Pairs = 1;
4046 SmallVector<Subscript, 2> Pair(Pairs);
4055 Pairs = Pair.size();
4059 for (unsigned P = 0; P < Pairs; ++P) {
4062 Pair[P].Group.resize(Pairs);
4072 SmallBitVector Separable(Pairs);
4073 SmallBitVector Coupled(Pairs);
4076 for (unsigned SI = 0; SI < Pairs; ++SI) {
4092 for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) {
4145 SmallBitVector Sivs(Pairs);
4146 SmallBitVector Mivs(Pairs);