Home
last modified time | relevance | path

Searched refs:CommonLevels (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp264 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 …]
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h509 unsigned CommonLevels, SrcLevels, MaxLevels; variable