HomeSort by: relevance | last modified time | path
    Searched refs:isPeelFirst (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/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;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 293 bool FullDependence::isPeelFirst(unsigned Level) const {
611 if (isPeelFirst(II))

Completed in 34 milliseconds