Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h328 const SCEV *getSplitIteration(const Dependence &Dep, unsigned Level);
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp179 OS << ", iteration = " << *DA->getSplitIteration(*D, Level); in dumpExampleDependence()
3811 const SCEV *DependenceInfo::getSplitIteration(const Dependence &Dep, in getSplitIteration() function in DependenceInfo