Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h332 const SCEV *getSplitIteration(const Dependence &Dep, unsigned Level);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp192 OS << ", iteration = " << *DA->getSplitIteration(*D, Level); in dumpExampleDependence()
3930 const SCEV *DependenceInfo::getSplitIteration(const Dependence &Dep, in getSplitIteration() function in DependenceInfo