Lines Matching refs:CommonLevels

260                                unsigned CommonLevels)  in FullDependence()  argument
261 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()
264 if (CommonLevels) in FullDependence()
265 DV = std::make_unique<DVEntry[]>(CommonLevels); in FullDependence()
769 CommonLevels = SrcLevel; in establishNestingLevels()
770 MaxLevels -= CommonLevels; in establishNestingLevels()
785 if (D > CommonLevels) in mapDstLoop()
788 return D - CommonLevels + SrcLevels; in mapDstLoop()
818 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()
1179 assert(0 < Level && Level <= CommonLevels && "level out of range"); in strongSIVtest()
1312 assert(0 < Level && Level <= CommonLevels && "Level out of range"); in weakCrossingSIVtest()
1514 assert(0 < Level && Level <= CommonLevels && "Level out of range"); in exactSIVtest()
1718 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1746 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1827 if (Level < CommonLevels) { in weakZeroDstSIVtest()
1855 if (Level < CommonLevels) { in weakZeroDstSIVtest()
2586 for (unsigned K = 1; K <= CommonLevels; ++K) { in banerjeeMIVtest()
2631 if (CommonLevels > MIVMaxLevelThreshold) { in exploreDirections()
2634 for (unsigned K = 1; K <= CommonLevels; ++K) in exploreDirections()
2640 if (Level > CommonLevels) { in exploreDirections()
2643 for (unsigned K = 1; K <= CommonLevels; ++K) { in exploreDirections()
3565 LLVM_DEBUG(dbgs() << " common nesting levels = " << CommonLevels << "\n"); in depends()
3568 FullDependence Result(Src, Dst, PossiblyLoopIndependent, CommonLevels); in depends()
3869 if (SJ > CommonLevels) in depends()
3882 for (unsigned II = 1; II <= CommonLevels; ++II) in depends()
3890 for (unsigned II = 1; II <= CommonLevels; ++II) { in depends()
3901 for (unsigned II = 1; II <= CommonLevels; ++II) { in depends()
3980 FullDependence Result(Src, Dst, false, CommonLevels); in getSplitIteration()