reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/DependenceAnalysis.cpp
 3854   SmallVector<Subscript, 2> Pair(Pairs);
 3863       Pairs = Pair.size();
 3867   for (unsigned P = 0; P < Pairs; ++P) {
 3870     Pair[P].Group.resize(Pairs);
 3880   SmallBitVector Separable(Pairs);
 3881   SmallBitVector Coupled(Pairs);
 3884   for (unsigned SI = 0; SI < Pairs; ++SI) {
 3900       for (unsigned SJ = SI + 1; SJ < Pairs; ++SJ) {
 3953       SmallBitVector Sivs(Pairs);
 3954       SmallBitVector Mivs(Pairs);