Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h639 const SCEV *DstConst,
657 const SCEV *DstConst,
676 const SCEV *DstConst,
694 const SCEV *DstConst,
712 const SCEV *DstConst,
729 const SCEV *DstConst,
746 const SCEV *DstConst,
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp1028 const SCEV *DstConst, in strongSIVtest() argument
1038 DEBUG(dbgs() << "\t DstConst = " << *DstConst); in strongSIVtest()
1039 DEBUG(dbgs() << ", " << *DstConst->getType() << "\n"); in strongSIVtest()
1044 const SCEV *Delta = SE->getMinusSCEV(SrcConst, DstConst); in strongSIVtest()
1167 const SCEV *DstConst, in weakCrossingSIVtest() argument
1176 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in weakCrossingSIVtest()
1181 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in weakCrossingSIVtest()
1390 const SCEV *DstConst, in exactSIVtest() argument
1399 DEBUG(dbgs() << "\t DstConst = " << *DstConst << "\n"); in exactSIVtest()
1404 const SCEV *Delta = SE->getMinusSCEV(DstConst, SrcConst); in exactSIVtest()
[all …]