Lines Matching refs:CommonLevels

267                                unsigned CommonLevels)  in FullDependence()  argument
268 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()
271 if (CommonLevels) in FullDependence()
272 DV = std::make_unique<DVEntry[]>(CommonLevels); in FullDependence()
832 CommonLevels = SrcLevel; in establishNestingLevels()
833 MaxLevels -= CommonLevels; in establishNestingLevels()
848 if (D > CommonLevels) in mapDstLoop()
851 return D - CommonLevels + SrcLevels; in mapDstLoop()
881 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()
1242 assert(0 < Level && Level <= CommonLevels && "level out of range"); in strongSIVtest()
1375 assert(0 < Level && Level <= CommonLevels && "Level out of range"); in weakCrossingSIVtest()
1577 assert(0 < Level && Level <= CommonLevels && "Level out of range"); in exactSIVtest()
1781 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1809 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1890 if (Level < CommonLevels) { in weakZeroDstSIVtest()
1918 if (Level < CommonLevels) { in weakZeroDstSIVtest()
2649 for (unsigned K = 1; K <= CommonLevels; ++K) { in banerjeeMIVtest()
2694 if (CommonLevels > MIVMaxLevelThreshold) { in exploreDirections()
2697 for (unsigned K = 1; K <= CommonLevels; ++K) in exploreDirections()
2703 if (Level > CommonLevels) { in exploreDirections()
2706 for (unsigned K = 1; K <= CommonLevels; ++K) { in exploreDirections()
3628 LLVM_DEBUG(dbgs() << " common nesting levels = " << CommonLevels << "\n"); in depends()
3631 FullDependence Result(Src, Dst, PossiblyLoopIndependent, CommonLevels); in depends()
3932 if (SJ > CommonLevels) in depends()
3945 for (unsigned II = 1; II <= CommonLevels; ++II) in depends()
3953 for (unsigned II = 1; II <= CommonLevels; ++II) { in depends()
3964 for (unsigned II = 1; II <= CommonLevels; ++II) { in depends()
4043 FullDependence Result(Src, Dst, false, CommonLevels); in getSplitIteration()