Searched refs:isPeelLast (Results 1 – 2 of 2) sorted by relevance
177 /// isPeelLast - Returns true if peeling the last iteration from179 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() function 270 /// isPeelLast - Returns true if peeling the last iteration from272 bool isPeelLast(unsigned Level) const override;
366 bool FullDependence::isPeelLast(unsigned Level) const { in isPeelLast() function in FullDependence696 if (isPeelLast(II)) in dump()