OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPeelLast
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
173
///
isPeelLast
- Returns true if peeling the last iteration from
175
virtual bool
isPeelLast
(unsigned Level) const { return false; }
259
///
isPeelLast
- Returns true if peeling the last iteration from
261
bool
isPeelLast
(unsigned Level) const override;
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
275
bool FullDependence::
isPeelLast
(unsigned Level) const {
615
if (
isPeelLast
(II))
[
all
...]
Completed in 51 milliseconds