reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
263 unsigned FullDependence::getDirection(unsigned Level) const {
613 unsigned Direction = getDirection(II);
lib/Analysis/DependenceGraphBuilder.cpp193 if (D->getDirection(Level) == Dependence::DVEntry::EQ) 195 else if (D->getDirection(Level) == Dependence::DVEntry::GT) { 200 } else if (D->getDirection(Level) == Dependence::DVEntry::LT)lib/Transforms/Scalar/LoopInterchange.cpp
151 unsigned Dir = D->getDirection(II);
lib/Transforms/Utils/LoopUnrollAndJam.cpp642 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) { 650 if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT && 651 D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) {