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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1369 bool DependenceAnalysis::exactSIVtest(const SCEV *SrcCoeff, argument
1378 DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n");
1388 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff),
1391 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff);
1620 // check that Delta/SrcCoeff < iteration count
1641 // check that Delta/SrcCoeff >= 0
1650 // if SrcCoeff doesn't divide Delta, then no dependence
1692 bool DependenceAnalysis::weakZeroDstSIVtest(const SCEV *SrcCoeff, argument
1702 DEBUG(dbgs() << "\t SrcCoeff
1778 exactRDIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff, const SCEV *SrcConst, const SCEV *DstConst, const Loop *SrcLoop, const Loop *DstLoop, FullDependence &Result) const argument
2052 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); local
2074 const SCEV *SrcCoeff = SrcAddRec->getStepRecurrence(*SE); local
2120 const SCEV *SrcCoeff, *DstCoeff; local
2330 const SCEV *SrcCoeff = AddRec->getStepRecurrence(*SE); local
[all...]

Completed in 323 milliseconds