reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1291 assert(0 < Level && Level <= CommonLevels && "Level out of range"); 1291 assert(0 < Level && Level <= CommonLevels && "Level out of range"); 1292 Level--; 1298 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT); 1299 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT); 1301 if (!Result.DV[Level].Direction) { 1305 Result.DV[Level].Distance = Delta; // = 0 1312 Result.DV[Level].Splitable = true; 1358 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::LT); 1359 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::GT); 1361 if (!Result.DV[Level].Direction) { 1365 Result.DV[Level].Splitable = false; 1366 Result.DV[Level].Distance = SE->getZero(Delta->getType()); 1392 Result.DV[Level].Direction &= unsigned(~Dependence::DVEntry::EQ);