Home
last modified time | relevance | path

Searched refs:DstConst (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h648 const SCEV *DstConst,
666 const SCEV *DstConst,
685 const SCEV *DstConst,
703 const SCEV *DstConst,
721 const SCEV *DstConst,
738 const SCEV *DstConst,
755 const SCEV *DstConst,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1067 const SCEV *DstConst, const Loop *CurLoop, in strongSIVtest() argument
1075 DEBUG(dbgs() << "\t DstConst = " << *DstConst); in strongSIVtest()
1076 DEBUG(dbgs() << ", " << *DstConst->getType() << "\n"); in strongSIVtest()
1081 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest()
1203 const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, in weakCrossingSIVtest() argument
1209 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in weakCrossingSIVtest()
1214 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest()
1414 const SCEV *SrcConst, const SCEV *DstConst, in exactSIVtest() argument
1422 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in exactSIVtest()
1427 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest()
[all …]