Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h767 bool gcdMIVtest(const SCEV *Src,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2190 gcdMIVtest(Src, Dst, Result) || in testSIV()
2201 gcdMIVtest(Src, Dst, Result); in testSIV()
2211 gcdMIVtest(Src, Dst, Result); in testSIV()
2287 gcdMIVtest(Src, Dst, Result) || in testRDIV()
2303 return gcdMIVtest(Src, Dst, Result) || in testMIV()
2339 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest() function in DependenceInfo