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

References

lib/Analysis/DependenceAnalysis.cpp
  617           if (Direction & DVEntry::LT)
 1201       Result.DV[Level].Direction &= Dependence::DVEntry::LT;
 1240       NewDirection = Dependence::DVEntry::LT;
 1298     Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT);
 1358       Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT);
 1605     NewDirection |= Dependence::DVEntry::LT;
 2625         case Dependence::DVEntry::LT:
 2656       if (Bound[Level].Lower[Dependence::DVEntry::LT])
 2657         LLVM_DEBUG(dbgs() << *Bound[Level].Lower[Dependence::DVEntry::LT]
 2661       if (Bound[Level].Upper[Dependence::DVEntry::LT])
 2662         LLVM_DEBUG(dbgs() << *Bound[Level].Upper[Dependence::DVEntry::LT]
 2694     if (testBounds(Dependence::DVEntry::LT, Level, Bound, Delta))
 2826   Bound[K].Lower[Dependence::DVEntry::LT] = nullptr; // Default value = -infinity.
 2827   Bound[K].Upper[Dependence::DVEntry::LT] = nullptr; // Default value = +infinity.
 2833     Bound[K].Lower[Dependence::DVEntry::LT] =
 2837     Bound[K].Upper[Dependence::DVEntry::LT] =
 2846       Bound[K].Lower[Dependence::DVEntry::LT] = SE->getNegativeSCEV(B[K].Coeff);
 2850       Bound[K].Upper[Dependence::DVEntry::LT] = SE->getNegativeSCEV(B[K].Coeff);
 3225       NewDirection |= Dependence::DVEntry::LT;
 3248       NewDirection |= Dependence::DVEntry::LT;
lib/Analysis/DependenceGraphBuilder.cpp
  200               } else if (D->getDirection(Level) == Dependence::DVEntry::LT)
lib/Transforms/Scalar/LoopInterchange.cpp
  152             if (Dir == Dependence::DVEntry::LT ||
lib/Transforms/Utils/LoopUnrollAndJam.cpp
  651               D->getDirection(LoopDepth + 1) & Dependence::DVEntry::LT) {