Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h756 bool gcdMIVtest(const SCEV *Src,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp2087 gcdMIVtest(Src, Dst, Result) || in testSIV()
2098 gcdMIVtest(Src, Dst, Result); in testSIV()
2108 gcdMIVtest(Src, Dst, Result); in testSIV()
2185 gcdMIVtest(Src, Dst, Result) || in testRDIV()
2202 return gcdMIVtest(Src, Dst, Result) || in testMIV()
2237 bool DependenceAnalysis::gcdMIVtest(const SCEV *Src, in gcdMIVtest() function in DependenceAnalysis