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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 177 /// isSplitable - Returns true if splitting this loop will break
179 virtual bool isSplitable(unsigned Level) const { return false; }
263 /// isSplitable - Returns true if splitting the loop will break
265 bool isSplitable(unsigned Level) const override;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 172 /// isSplitable - Returns true if splitting this loop will break
174 virtual bool isSplitable(unsigned Level) const { return false; }
253 /// isSplitable - Returns true if splitting the loop will break
255 bool isSplitable(unsigned Level) const override;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 177 if (D->isSplitable(Level)) {
288 bool FullDependence::isSplitable(unsigned Level) const {
588 if (isSplitable(II))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 177 if (D->isSplitable(Level)) {
288 bool FullDependence::isSplitable(unsigned Level) const {
589 if (isSplitable(II))
    [all...]

Completed in 98 milliseconds