Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp249 if (CommonLevels) in FullDependence()
752 CommonLevels = SrcLevel; in establishNestingLevels()
753 MaxLevels -= CommonLevels; in establishNestingLevels()
768 if (D > CommonLevels) in mapDstLoop()
769 return D - CommonLevels + SrcLevels; in mapDstLoop()
1717 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1745 if (Level < CommonLevels) { in weakZeroSrcSIVtest()
1826 if (Level < CommonLevels) { in weakZeroDstSIVtest()
1854 if (Level < CommonLevels) { in weakZeroDstSIVtest()
2610 if (Level > CommonLevels) { in exploreDirections()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h508 unsigned CommonLevels, SrcLevels, MaxLevels; variable