Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h171 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable() function
252 bool isSplitable(unsigned Level) const override;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp192 if (D->isSplitable(Level)) { in dumpExampleDependence()
310 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable() function in FullDependence
611 if (isSplitable(II)) in dump()
3963 assert(Dep.isSplitable(SplitLevel) && in getSplitIteration()