Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h181 /// isSplitable - Returns true if splitting this loop will break
183 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable() function
274 /// isSplitable - Returns true if splitting the loop will break
276 bool isSplitable(unsigned Level) const override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp196 if (D->isSplitable(Level)) { in dumpExampleDependence()
373 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable() function in FullDependence
674 if (isSplitable(II)) in dump()
4026 assert(Dep.isSplitable(SplitLevel) && in getSplitIteration()