OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommonLevels
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
227
unsigned
CommonLevels
) :
229
Levels(
CommonLevels
),
232
DV =
CommonLevels
? new DVEntry[
CommonLevels
] : NULL;
662
//
CommonLevels
, SrcLevels, and MaxLevels.
665
// nested loop that contains them both,
CommonLevels
. An instruction that's
667
// of the source plus the level of the destination, minus
CommonLevels
.
676
//
CommonLevels
- innermost common loop
700
// have 2 loops in common, so
CommonLevels
will equal 2 and the direction
704
// b - 2 =
CommonLevels
[
all
...]
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
427
///
CommonLevels
, SrcLevels, and MaxLevels.
430
/// nested loop that contains them both,
CommonLevels
. An instruction that's
432
/// of the source plus the level of the destination, minus
CommonLevels
.
441
///
CommonLevels
- innermost common loop
465
/// have 2 loops in common, so
CommonLevels
will equal 2 and the direction
469
/// b - 2 =
CommonLevels
478
unsigned
CommonLevels
, SrcLevels, MaxLevels;
499
/// have a level <=
CommonLevels
and are referred to by the SCEV Expression.
[
all
...]
Completed in 26 milliseconds