HomeSort by relevance Sort by last modified time
    Searched refs:isPeelLast (Results 1 - 4 of 4) 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...]
  /external/swiftshader/third_party/llvm-7.0/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DependenceAnalysis.cpp 281 bool FullDependence::isPeelLast(unsigned Level) const {
611 if (isPeelLast(II))
    [all...]

Completed in 87 milliseconds