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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h167 /// isSplitable - Returns true if splitting this loop will break
169 virtual bool isSplitable(unsigned Level) const { return false; } function in class:llvm::Dependence
261 /// isSplitable - Returns true if splitting the loop will break
263 bool isSplitable(unsigned Level) const;
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp164 if (D->isSplitable(Level)) {
277 bool FullDependence::isSplitable(unsigned Level) const { function in class:FullDependence
588 if (isSplitable(II))
3651 assert(Dep->isSplitable(SplitLevel) &&

Completed in 51 milliseconds