Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance
249 if (CommonLevels) in FullDependence()752 CommonLevels = SrcLevel; in establishNestingLevels()753 MaxLevels -= CommonLevels; in establishNestingLevels()768 if (D > CommonLevels) in mapDstLoop()769 return D - CommonLevels + SrcLevels; in mapDstLoop()1717 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1745 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1826 if (Level < CommonLevels) { in weakZeroDstSIVtest()1854 if (Level < CommonLevels) { in weakZeroDstSIVtest()2610 if (Level > CommonLevels) { in exploreDirections()[all …]
508 unsigned CommonLevels, SrcLevels, MaxLevels; variable