Searched refs:SrcCoeff (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 655 bool weakCrossingSIVtest(const SCEV *SrcCoeff, 673 bool exactSIVtest(const SCEV *SrcCoeff, 710 bool weakZeroDstSIVtest(const SCEV *SrcCoeff, 726 bool exactRDIVtest(const SCEV *SrcCoeff, 743 bool symbolicRDIVtest(const SCEV *SrcCoeff,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1387 bool DependenceAnalysis::exactSIVtest(const SCEV *SrcCoeff, in exactSIVtest() argument 1396 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n"); in exactSIVtest() 1406 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), in exactSIVtest() 1409 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff); in exactSIVtest() 1710 bool DependenceAnalysis::weakZeroDstSIVtest(const SCEV *SrcCoeff, in weakZeroDstSIVtest() argument 1720 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << "\n"); in weakZeroDstSIVtest() 1728 NewConstraint.setLine(SrcCoeff, SE->getConstant(Delta->getType(), 0), in weakZeroDstSIVtest() 1739 const SCEVConstant *ConstCoeff = dyn_cast<SCEVConstant>(SrcCoeff); in weakZeroDstSIVtest() 1796 bool DependenceAnalysis::exactRDIVtest(const SCEV *SrcCoeff, in exactRDIVtest() argument 1804 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n"); in exactRDIVtest() [all …]
|