Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance
262 if (CommonLevels) in FullDependence()767 CommonLevels = SrcLevel; in establishNestingLevels()768 MaxLevels -= CommonLevels; in establishNestingLevels()783 if (D > CommonLevels) in mapDstLoop()784 return D - CommonLevels + SrcLevels; in mapDstLoop()1696 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1724 if (Level < CommonLevels) { in weakZeroSrcSIVtest()1805 if (Level < CommonLevels) { in weakZeroDstSIVtest()1833 if (Level < CommonLevels) { in weakZeroDstSIVtest()2605 if (Level > CommonLevels) { in exploreDirections()[all …]
512 unsigned CommonLevels, SrcLevels, MaxLevels; variable