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

References

lib/Analysis/DependenceAnalysis.cpp
 1825   assert(0 < Level && Level <= SrcLevels && "Level out of range");
 1825   assert(0 < Level && Level <= SrcLevels && "Level out of range");
 1826   Level--;
 1833     if (Level < CommonLevels) {
 1834       Result.DV[Level].Direction &= Dependence::DVEntry::LE;
 1835       Result.DV[Level].PeelFirst = true;
 1861       if (Level < CommonLevels) {
 1862         Result.DV[Level].Direction &= Dependence::DVEntry::GE;
 1863         Result.DV[Level].PeelLast = true;