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

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h159 /// isPeelFirst - Returns true if peeling the first iteration from
161 virtual bool isPeelFirst(unsigned Level) const { return false; } function in class:llvm::Dependence
253 /// isPeelFirst - Returns true if peeling the first iteration from
255 bool isPeelFirst(unsigned Level) const override;
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp267 bool FullDependence::isPeelFirst(unsigned Level) const { function in class:FullDependence
595 if (isPeelFirst(II))

Completed in 59 milliseconds