Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h338 const SCEV *getSplitIteration(const Dependence &Dep, unsigned Level);
/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp179 OS << ", iteration = " << *DA->getSplitIteration(*D, Level); in dumpExampleDependence()
3745 const SCEV *DependenceInfo::getSplitIteration(const Dependence &Dep, in getSplitIteration() function in DependenceInfo