HomeSort by relevance Sort by last modified time
    Searched refs:isSplitable (Results 1 - 16 of 16) 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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/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...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/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...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/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...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/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...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/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...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/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...]
  /prebuilts/clang/host/linux-x86/clang-4479392/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...]
  /prebuilts/clang/host/linux-x86/clang-4579689/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...]
  /prebuilts/clang/host/linux-x86/clang-4630689/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...]
  /prebuilts/clang/host/linux-x86/clang-4639204/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...]
  /prebuilts/clang/host/linux-x86/clang-4691093/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...]

Completed in 375 milliseconds