Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h653 const SCEV *DstConst,
671 const SCEV *DstConst,
690 const SCEV *DstConst,
708 const SCEV *DstConst,
726 const SCEV *DstConst,
743 const SCEV *DstConst,
760 const SCEV *DstConst,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1146 const SCEV *DstConst, const Loop *CurLoop, in strongSIVtest() argument
1154 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst); in strongSIVtest()
1155 LLVM_DEBUG(dbgs() << ", " << *DstConst->getType() << "\n"); in strongSIVtest()
1160 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest()
1282 const SCEV *Coeff, const SCEV *SrcConst, const SCEV *DstConst, in weakCrossingSIVtest() argument
1288 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in weakCrossingSIVtest()
1293 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest()
1482 const SCEV *SrcConst, const SCEV *DstConst, in exactSIVtest() argument
1490 LLVM_DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in exactSIVtest()
1495 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest()
[all …]