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.h806 bool gcdMIVtest(const SCEV *Src,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp2272 gcdMIVtest(Src, Dst, Result) || in testSIV()
2283 gcdMIVtest(Src, Dst, Result); in testSIV()
2293 gcdMIVtest(Src, Dst, Result); in testSIV()
2369 gcdMIVtest(Src, Dst, Result) || in testRDIV()
2385 return gcdMIVtest(Src, Dst, Result) || in testMIV()
2418 bool DependenceInfo::gcdMIVtest(const SCEV *Src, const SCEV *Dst, in gcdMIVtest() function in DependenceInfo