Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h628 bool testRDIV(const SCEV *Src,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2231 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV() function in DependenceInfo
3746 if (testRDIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends()
3846 if (testRDIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()