Searched refs:symbolicRDIVtest (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h721 /// Works in some cases that symbolicRDIVtest doesn't,
731 /// symbolicRDIVtest - Tests the RDIV subscript pair for dependence.
740 bool symbolicRDIVtest(const SCEV *SrcCoeff,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1777 // Works in some cases that symbolicRDIVtest doesn't, and vice versa.
1880 // symbolicRDIVtest -
1922 bool DependenceAnalysis::symbolicRDIVtest(const SCEV *A1, function in class:DependenceAnalysis
2070 symbolicRDIVtest(SrcCoeff, DstCoeff, SrcConst, DstConst, CurLoop, CurLoop);
2168 symbolicRDIVtest(SrcCoeff, DstCoeff,

Completed in 66 milliseconds