reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
633 assert(D->isOrdered() && "Expected an output, flow or anti dep."); 635 if (D->isConfused()) { 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) {