OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PeelLast
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
95
bool
PeelLast
: 1; // Peeling the last iteration will break the dependence.
99
PeelLast
(false), Splitable(false), Distance(nullptr) { }
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
277
return DV[Level - 1].
PeelLast
;
[
all
...]
Completed in 34 milliseconds