Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h177 /// isPeelLast - Returns true if peeling the last iteration from
179 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast() function
270 /// isPeelLast - Returns true if peeling the last iteration from
272 bool isPeelLast(unsigned Level) const override;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp366 bool FullDependence::isPeelLast(unsigned Level) const { in isPeelLast() function in FullDependence
696 if (isPeelLast(II)) in dump()