Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h643 /// testRDIV - Tests the RDIV subscript pair (Src and Dst) for dependence.
652 bool testRDIV(const SCEV *Src,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2294 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV() function in DependenceInfo
3809 if (testRDIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends()
3909 if (testRDIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()