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

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h715 /// exactRDIVtest - Tests the RDIV subscript pair for dependence.
723 bool exactRDIVtest(const SCEV *SrcCoeff,
737 /// Works in some cases that exactRDIVtest doesn't,
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1771 // exactRDIVtest - Tests the RDIV subscript pair for dependence.
1778 bool DependenceAnalysis::exactRDIVtest(const SCEV *SrcCoeff, function in class:DependenceAnalysis
2163 return exactRDIVtest(SrcCoeff, DstCoeff,

Completed in 107 milliseconds