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.h184 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable() function
283 bool isSplitable(unsigned Level) const override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp209 if (D->isSplitable(Level)) { in dumpExampleDependence()
392 bool FullDependence::isSplitable(unsigned Level) const { in isSplitable() function in FullDependence
693 if (isSplitable(II)) in dump()
4107 assert(Dep.isSplitable(SplitLevel) && in getSplitIteration()