Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h626 bool testRDIV(const SCEV *Src,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2141 bool DependenceInfo::testRDIV(const SCEV *Src, const SCEV *Dst, in testRDIV() function in DependenceInfo
3527 if (testRDIV(Pair[SI].Src, Pair[SI].Dst, Result)) in depends()
3627 if (testRDIV(Pair[SJ].Src, Pair[SJ].Dst, Result)) in depends()