Lines Matching defs:Src
715 void DependenceAnalysis::establishNestingLevels(const Instruction *Src, in establishNestingLevels()
791 const SCEV *Src = Pair->Src; in removeMatchingExtensions() local
807 bool DependenceAnalysis::checkSrcSubscript(const SCEV *Src, in checkSrcSubscript()
844 DependenceAnalysis::classifyPair(const SCEV *Src, const Loop *SrcLoopNest, in classifyPair()
960 bool DependenceAnalysis::testZIV(const SCEV *Src, in testZIV()
2039 bool DependenceAnalysis::testSIV(const SCEV *Src, in testSIV()
2110 bool DependenceAnalysis::testRDIV(const SCEV *Src, in testRDIV()
2177 bool DependenceAnalysis::testMIV(const SCEV *Src, in testMIV()
2219 bool DependenceAnalysis::gcdMIVtest(const SCEV *Src, in gcdMIVtest()
2433 bool DependenceAnalysis::banerjeeMIVtest(const SCEV *Src, in banerjeeMIVtest()
2982 bool DependenceAnalysis::propagate(const SCEV *&Src, in propagate()
3007 bool DependenceAnalysis::propagateDistance(const SCEV *&Src, in propagateDistance()
3034 bool DependenceAnalysis::propagateLine(const SCEV *&Src, in propagateLine()
3109 bool DependenceAnalysis::propagatePoint(const SCEV *&Src, in propagatePoint()
3256 Dependence *DependenceAnalysis::depends(Instruction *Src, in depends()
3713 Instruction *Src = Dep->getSrc(); in getSplitIteration() local