Searched refs:symbolicRDIVtest (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 759 /// Works in some cases that symbolicRDIVtest doesn't, 769 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence. 778 bool symbolicRDIVtest(const SCEV *SrcCoeff,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 2111 bool DependenceInfo::symbolicRDIVtest(const SCEV *A1, const SCEV *A2, in symbolicRDIVtest() function in DependenceInfo 2254 symbolicRDIVtest(SrcCoeff, DstCoeff, SrcConst, DstConst, CurLoop, CurLoop); in testSIV() 2351 symbolicRDIVtest(SrcCoeff, DstCoeff, in testRDIV()
|