Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h753 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
761 bool exactRDIVtest(const SCEV *SrcCoeff,
775 /// Works in some cases that exactRDIVtest doesn't,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1954 bool DependenceInfo::exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, in exactRDIVtest() function in DependenceInfo
2346 return exactRDIVtest(SrcCoeff, DstCoeff, in testRDIV()