Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h689 const SCEV *DstConst,
707 const SCEV *DstConst,
726 const SCEV *DstConst,
744 const SCEV *DstConst,
762 const SCEV *DstConst,
779 const SCEV *DstConst,
796 const SCEV *DstConst,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1250 const SCEV *DstConst, const Loop *CurLoop, in strongSIVtest() argument
1258 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst); in strongSIVtest()
1259 LLVM_DEBUG(dbgs() << ", " << *DstConst->getType() << "\n"); in strongSIVtest()
1264 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest()
1386 const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, in weakCrossingSIVtest() argument
1392 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in weakCrossingSIVtest()
1397 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest()
1586 const SCEV *SrcConst, const SCEV *DstConst, in exactSIVtest() argument
1594 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in exactSIVtest()
1599 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest()
[all …]