Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance
271 if (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()1781 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1809 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1890 if (Level < CommonLevels) { in weakZeroDstSIVtest()1918 if (Level < CommonLevels) { in weakZeroDstSIVtest()2703 if (Level > CommonLevels) { in exploreDirections()[all …]
533 unsigned CommonLevels, SrcLevels, MaxLevels; variable