Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h313 /// getSplitIteration - Give a dependence that's splittable at some
341 /// Calling getSplitIteration will return 5.
353 const SCEV *getSplitIteration(const Dependence &Dep, unsigned Level);
/freebsd/contrib/llvm-project/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