OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPeelFirst
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
159
///
isPeelFirst
- Returns true if peeling the first iteration from
161
virtual bool
isPeelFirst
(unsigned Level) const { return false; }
253
///
isPeelFirst
- Returns true if peeling the first iteration from
255
bool
isPeelFirst
(unsigned Level) const;
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
262
bool FullDependence::
isPeelFirst
(unsigned Level) const {
590
if (
isPeelFirst
(II))
[
all
...]
Completed in 229 milliseconds