Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h617 /// testZIV - Tests the ZIV subscript pair (Src and Dst) for dependence.
622 bool testZIV(const SCEV *Src,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1183 bool DependenceInfo::testZIV(const SCEV *Src, const SCEV *Dst, in testZIV() function in DependenceInfo
3795 if (testZIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends()
3886 if (testZIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()