Searched refs:DstConst (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DependenceAnalysis.h | 674 const SCEV *DstConst, 692 const SCEV *DstConst, 711 const SCEV *DstConst, 729 const SCEV *DstConst, 747 const SCEV *DstConst, 764 const SCEV *DstConst, 781 const SCEV *DstConst,
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | DependenceAnalysis.cpp | 1231 const SCEV *DstConst, const Loop *CurLoop, in strongSIVtest() argument 1239 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst); in strongSIVtest() 1240 LLVM_DEBUG(dbgs() << ", " << *DstConst->getType() << "\n"); in strongSIVtest() 1245 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest() 1367 const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, in weakCrossingSIVtest() argument 1373 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in weakCrossingSIVtest() 1378 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest() 1567 const SCEV *SrcConst, const SCEV *DstConst, in exactSIVtest() argument 1575 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in exactSIVtest() 1580 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest() [all …]
|