Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h770 bool gcdMIVtest(const SCEV *Src,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2168 gcdMIVtest(Src, Dst, Result) || in testSIV()
2179 gcdMIVtest(Src, Dst, Result); in testSIV()
2189 gcdMIVtest(Src, Dst, Result); in testSIV()
2265 gcdMIVtest(Src, Dst, Result) || in testRDIV()
2281 return gcdMIVtest(Src, Dst, Result) || in testMIV()
2317 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest() function in DependenceInfo