Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h765 bool gcdMIVtest(const SCEV *Src,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2100 gcdMIVtest(Src, Dst, Result) || in testSIV()
2111 gcdMIVtest(Src, Dst, Result); in testSIV()
2121 gcdMIVtest(Src, Dst, Result); in testSIV()
2197 gcdMIVtest(Src, Dst, Result) || in testRDIV()
2213 return gcdMIVtest(Src, Dst, Result) || in testMIV()
2249 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest() function in DependenceInfo