Lines Matching refs:CommonLevels
238 unsigned CommonLevels) in FullDependence() argument
239 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()
242 if (CommonLevels) in FullDependence()
243 DV = make_unique<DVEntry[]>(CommonLevels); in FullDependence()
730 CommonLevels = SrcLevel; in establishNestingLevels()
731 MaxLevels -= CommonLevels; in establishNestingLevels()
746 if (D > CommonLevels) in mapDstLoop()
747 return D - CommonLevels + SrcLevels; in mapDstLoop()
771 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()
1078 assert(0 < Level && Level <= CommonLevels && "level out of range"); in strongSIVtest()
1211 assert(0 < Level && Level <= CommonLevels && "Level out of range"); in weakCrossingSIVtest()
1424 assert(0 < Level && Level <= CommonLevels && "Level out of range"); in exactSIVtest()
1644 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1672 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1753 if (Level < CommonLevels) { in weakZeroDstSIVtest()
1781 if (Level < CommonLevels) { in weakZeroDstSIVtest()
2496 for (unsigned K = 1; K <= CommonLevels; ++K) { in banerjeeMIVtest()
2537 if (Level > CommonLevels) { in exploreDirections()
2540 for (unsigned K = 1; K <= CommonLevels; ++K) { in exploreDirections()
3325 DEBUG(dbgs() << " common nesting levels = " << CommonLevels << "\n"); in depends()
3328 FullDependence Result(Src, Dst, PossiblyLoopIndependent, CommonLevels); in depends()
3371 if (Delinearize && CommonLevels > 1) { in depends()
3651 if (SJ > (int)CommonLevels) in depends()
3664 for (unsigned II = 1; II <= CommonLevels; ++II) in depends()
3672 for (unsigned II = 1; II <= CommonLevels; ++II) { in depends()
3683 for (unsigned II = 1; II <= CommonLevels; ++II) { in depends()
3763 FullDependence Result(Src, Dst, false, CommonLevels); in getSplitIteration()
3797 if (Delinearize && CommonLevels > 1) { in getSplitIteration()