Searched refs:SrcConst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 647 const SCEV *SrcConst, 665 const SCEV *SrcConst, 684 const SCEV *SrcConst, 702 const SCEV *SrcConst, 720 const SCEV *SrcConst, 737 const SCEV *SrcConst, 754 const SCEV *SrcConst,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1066 bool DependenceInfo::strongSIVtest(const SCEV *Coeff, const SCEV *SrcConst, in strongSIVtest() argument 1073 DEBUG(dbgs() << "\t SrcConst = " << *SrcConst); in strongSIVtest() 1074 DEBUG(dbgs() << ", " << *SrcConst->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 1208 DEBUG(dbgs() << "\t SrcConst = " << *SrcConst << "\n"); in weakCrossingSIVtest() 1214 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() 1414 const SCEV *SrcConst, const SCEV *DstConst, in exactSIVtest() argument 1421 DEBUG(dbgs() << "\t SrcConst = " << *SrcConst << "\n"); in exactSIVtest() 1427 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() [all …]
|