Searched refs:SrcConst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 644 const SCEV *SrcConst, 662 const SCEV *SrcConst, 681 const SCEV *SrcConst, 699 const SCEV *SrcConst, 717 const SCEV *SrcConst, 734 const SCEV *SrcConst, 751 const SCEV *SrcConst,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1078 const SCEV *SrcConst, in strongSIVtest() argument 1087 DEBUG(dbgs() << "\t SrcConst = " << *SrcConst); in strongSIVtest() 1088 DEBUG(dbgs() << ", " << *SrcConst->getType() << "\n"); in strongSIVtest() 1095 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() 1217 const SCEV *SrcConst, in weakCrossingSIVtest() argument 1226 DEBUG(dbgs() << "\t SrcConst = " << *SrcConst << "\n"); in weakCrossingSIVtest() 1232 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() 1438 const SCEV *SrcConst, in exactSIVtest() argument 1447 DEBUG(dbgs() << "\t SrcConst = " << *SrcConst << "\n"); in exactSIVtest() 1453 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() [all …]
|