reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
642 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) { 649 assert(LoopDepth + 1 <= D->getLevels()); 650 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT && 651 D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) {