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

References

lib/Analysis/DependenceAnalysis.cpp
  265   return DV[Level - 1].Direction;
 1201       Result.DV[Level].Direction &= Dependence::DVEntry::LT;
 1203       Result.DV[Level].Direction &= Dependence::DVEntry::GT;
 1205       Result.DV[Level].Direction &= Dependence::DVEntry::EQ;
 1212     Result.DV[Level].Direction &= Dependence::DVEntry::EQ;
 1246     if (NewDirection < Result.DV[Level].Direction)
 1248     Result.DV[Level].Direction &= NewDirection;
 1298     Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT);
 1299     Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT);
 1301     if (!Result.DV[Level].Direction) {
 1358       Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT);
 1359       Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT);
 1361       if (!Result.DV[Level].Direction) {
 1392     Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::EQ);
 1653   Result.DV[Level].Direction &= NewDirection;
 1654   if (Result.DV[Level].Direction == Dependence::DVEntry::NONE)
 1656   return Result.DV[Level].Direction == Dependence::DVEntry::NONE;
 1725       Result.DV[Level].Direction &= Dependence::DVEntry::GE;
 1753         Result.DV[Level].Direction &= Dependence::DVEntry::LE;
 1834       Result.DV[Level].Direction &= Dependence::DVEntry::LE;
 1862         Result.DV[Level].Direction &= Dependence::DVEntry::GE;
 2487         Result.DV[Level - 1].Direction &= unsigned(~Dependence::DVEntry::EQ);
 2578           unsigned Old = Result.DV[K - 1].Direction;
 2579           Result.DV[K - 1].Direction = Old & Bound[K].DirSet;
 2580           Improved |= Old != Result.DV[K - 1].Direction;
 2581           if (!Result.DV[K - 1].Direction) {
 3228     Level.Direction &= NewDirection;
 3254     Level.Direction &= NewDirection;
 3741         if (Result.DV[SJ - 1].Direction == Dependence::DVEntry::NONE)