Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp271 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h533 unsigned CommonLevels, SrcLevels, MaxLevels; variable