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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h652 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
670 bool exactSIVtest(const SCEV *SrcCoeff,
707 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
723 bool exactRDIVtest(const SCEV *SrcCoeff,
740 bool symbolicRDIVtest(const SCEV *SrcCoeff,
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1364 bool DependenceAnalysis::exactSIVtest(const SCEV *SrcCoeff, argument
1373 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n");
1383 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff),
1386 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff);
1615 // check that Delta/SrcCoeff < iteration count
1636 // check that Delta/SrcCoeff >= 0
1645 // if SrcCoeff doesn't divide Delta, then no dependence
1687 bool DependenceAnalysis::weakZeroDstSIVtest(const SCEV *SrcCoeff, argument
1697 DEBUG(dbgs() << "\t SrcCoeff
1773 exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *SrcLoop, const Loop *DstLoop, FullDependence &Result) const argument
2047 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); local
2069 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); local
2115 const SCEV *SrcCoeff, *DstCoeff; local
2325 const SCEV *SrcCoeff = AddRec->getStepRecurrence(*SE); local
[all...]

Completed in 92 milliseconds