HomeSort by relevance Sort by last modified time
    Searched refs:isSplitable (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 167 /// isSplitable - Returns true if splitting this loop will break
169 virtual bool isSplitable(unsigned Level) const { return false; }
261 /// isSplitable - Returns true if splitting the loop will break
263 bool isSplitable(unsigned Level) const override;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 169 if (D->isSplitable(Level)) {
282 bool FullDependence::isSplitable(unsigned Level) const {
593 if (isSplitable(II))
    [all...]

Completed in 45 milliseconds