Home
last modified time | relevance | path

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

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