Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h353 const SCEV *getSplitIteration(const Dependence &Dep, unsigned Level);
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp198 OS << ", iteration = " << *DA->getSplitIteration(*D, Level); in dumpExampleDependence()
4024 const SCEV *DependenceInfo::getSplitIteration(const Dependence &Dep, in getSplitIteration() function in DependenceInfo