Searched refs:DstConst (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 645 const SCEV *DstConst, 663 const SCEV *DstConst, 682 const SCEV *DstConst, 700 const SCEV *DstConst, 718 const SCEV *DstConst, 735 const SCEV *DstConst, 752 const SCEV *DstConst,
|
/external/llvm/lib/Analysis/ |
D | DependenceAnalysis.cpp | 1079 const SCEV *DstConst, in strongSIVtest() argument 1089 DEBUG(dbgs() << "\t DstConst = " << *DstConst); in strongSIVtest() 1090 DEBUG(dbgs() << ", " << *DstConst->getType() << "\n"); in strongSIVtest() 1095 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() 1218 const SCEV *DstConst, in weakCrossingSIVtest() argument 1227 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in weakCrossingSIVtest() 1232 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() 1439 const SCEV *DstConst, in exactSIVtest() argument 1448 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in exactSIVtest() 1453 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() [all …]
|