Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h721 /// and a is a constant. See also weakZeroDstSIVtest.
735 /// weakZeroDstSIVtest - Tests the weak-zero SIV subscript pair
745 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1869 bool DependenceInfo::weakZeroDstSIVtest(const SCEV *SrcCoeff, in weakZeroDstSIVtest() function in DependenceInfo
2262 return weakZeroDstSIVtest(SrcCoeff, SrcConst, DstConst, CurLoop, in testSIV()