Searched refs:GroupLoops (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp3369 Pair[P].GroupLoops.resize(MaxLevels + 1);
3376 Pair[P].GroupLoops = Pair[P].Loops;
3416 // In addition, we've initialized Pair[P].GroupLoops to Pair[P].Loops
3419 // Src Dst Classification Loops GroupLoops Group
3428 // We begin by comparing 0 and 1. The intersection of the GroupLoops is empty.
3429 // Next, 0 and 2. Again, the intersection of their GroupLoops is empty.
3434 // Next, we consider 1 and 2. The intersection of the GroupLoops is empty.
3435 // Next, 1 and 3. The intersectionof their GroupLoops = {2}, not empty,
3438 // Next, we compare 2 against 3. The intersection of the GroupLoops is empty.
3443 // Pair[3].Group = {0, 1, 3} and GroupLoops
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h350 SmallBitVector GroupLoops; member in struct:llvm::DependenceAnalysis::Subscript

Completed in 3252 milliseconds