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

References

lib/Analysis/DependenceAnalysis.cpp
  621           if (Direction & DVEntry::GT)
 1203       Result.DV[Level].Direction &= Dependence::DVEntry::GT;
 1245       NewDirection |= Dependence::DVEntry::GT;
 1299     Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT);
 1359       Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT);
 1648     NewDirection |= Dependence::DVEntry::GT;
 2631         case Dependence::DVEntry::GT:
 2678       if (Bound[Level].Lower[Dependence::DVEntry::GT])
 2679         LLVM_DEBUG(dbgs() << *Bound[Level].Lower[Dependence::DVEntry::GT]
 2683       if (Bound[Level].Upper[Dependence::DVEntry::GT])
 2684         LLVM_DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::GT]
 2704     if (testBounds(Dependence::DVEntry::GT, Level, Bound, Delta))
 2870   Bound[K].Lower[Dependence::DVEntry::GT] = nullptr; // Default value = -infinity.
 2871   Bound[K].Upper[Dependence::DVEntry::GT] = nullptr; // Default value = +infinity.
 2877     Bound[K].Lower[Dependence::DVEntry::GT] =
 2881     Bound[K].Upper[Dependence::DVEntry::GT] =
 2889       Bound[K].Lower[Dependence::DVEntry::GT] = A[K].Coeff;
 2892       Bound[K].Upper[Dependence::DVEntry::GT] = A[K].Coeff;
 3227       NewDirection |= Dependence::DVEntry::GT;
 3253       NewDirection |= Dependence::DVEntry::GT;
lib/Analysis/DependenceGraphBuilder.cpp
  195               else if (D->getDirection(Level) == Dependence::DVEntry::GT) {
lib/Transforms/Scalar/LoopInterchange.cpp
  155             else if (Dir == Dependence::DVEntry::GT ||
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  642           if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT) {
  650           if (D->getDirection(LoopDepth) & Dependence::DVEntry::GT &&