Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance
264 if (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()1718 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1746 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1827 if (Level < CommonLevels) { in weakZeroDstSIVtest()1855 if (Level < CommonLevels) { in weakZeroDstSIVtest()2640 if (Level > CommonLevels) { in exploreDirections()[all …]
509 unsigned CommonLevels, SrcLevels, MaxLevels; variable