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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 173 /// isPeelLast - Returns true if peeling the last iteration from
175 virtual bool isPeelLast(unsigned Level) const { return false; }
259 /// isPeelLast - Returns true if peeling the last iteration from
261 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DependenceAnalysis.h 168 /// isPeelLast - Returns true if peeling the last iteration from
170 virtual bool isPeelLast(unsigned Level) const { return false; }
249 /// isPeelLast - Returns true if peeling the last iteration from
251 bool isPeelLast(unsigned Level) const override;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 281 bool FullDependence::isPeelLast(unsigned Level) const {
610 if (isPeelLast(II))
    [all...]

Completed in 478 milliseconds