Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h627 bool testRDIV(const SCEV *Src,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2214 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV() function in DependenceInfo
3594 if (testRDIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends()
3694 if (testRDIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()