Searched refs:isPeelLast (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h163 /// isPeelLast - Returns true if peeling the last iteration from
165 virtual bool isPeelLast(unsigned Level) const { return false; } function in class:llvm::Dependence
257 /// isPeelLast - Returns true if peeling the last iteration from
259 bool isPeelLast(unsigned Level) const;
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp275 bool FullDependence::isPeelLast(unsigned Level) const { function in class:FullDependence
615 if (isPeelLast(II))

Completed in 113 milliseconds