Searched refs:gcdMIVtest (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 756 bool gcdMIVtest(const SCEV *Src,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 2087 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
|