Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h785 /// gcdMIVtest - Tests an MIV subscript pair for dependence.
791 bool gcdMIVtest(const SCEV *Src,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2253 gcdMIVtest(Src, Dst, Result) || in testSIV()
2264 gcdMIVtest(Src, Dst, Result); in testSIV()
2274 gcdMIVtest(Src, Dst, Result); in testSIV()
2350 gcdMIVtest(Src, Dst, Result) || in testRDIV()
2366 return gcdMIVtest(Src, Dst, Result) || in testMIV()
2402 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest() function in DependenceInfo