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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 169 /// isPeelFirst - Returns true if peeling the first iteration from
171 virtual bool isPeelFirst(unsigned Level) const { return false; }
255 /// isPeelFirst - Returns true if peeling the first iteration from
257 bool isPeelFirst(unsigned Level) const override;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 164 /// isPeelFirst - Returns true if peeling the first iteration from
166 virtual bool isPeelFirst(unsigned Level) const { return false; }
245 /// isPeelFirst - Returns true if peeling the first iteration from
247 bool isPeelFirst(unsigned Level) const override;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 273 bool FullDependence::isPeelFirst(unsigned Level) const {
590 if (isPeelFirst(II))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 273 bool FullDependence::isPeelFirst(unsigned Level) const {
591 if (isPeelFirst(II))
    [all...]

Completed in 69 milliseconds