HomeSort by: relevance | last modified time | path
    Searched refs:SrcCoeff (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 669 bool weakCrossingSIVtest(const SCEV *SrcCoeff,
687 bool exactSIVtest(const SCEV *SrcCoeff,
724 bool weakZeroDstSIVtest(const SCEV *SrcCoeff,
740 bool exactRDIVtest(const SCEV *SrcCoeff,
757 bool symbolicRDIVtest(const SCEV *SrcCoeff,
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 1481 bool DependenceInfo::exactSIVtest(const SCEV *SrcCoeff, const SCEV *DstCoeff,
1487 LLVM_DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << " = AM\n");
1497 NewConstraint.setLine(SrcCoeff, SE->getNegativeSCEV(DstCoeff), Delta,
1500 const SCEVConstant *ConstSrcCoeff = dyn_cast<SCEVConstant>(SrcCoeff);
1712 // check that Delta/SrcCoeff < iteration count
1733 // check that Delta/SrcCoeff >= 0
1742 // if SrcCoeff doesn't divide Delta, then no dependence
1784 bool DependenceInfo::weakZeroDstSIVtest(const SCEV *SrcCoeff,
1793 LLVM_DEBUG(dbgs() << "\t SrcCoeff = " << *SrcCoeff << "\n")
    [all...]

Completed in 21 milliseconds