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
232
unsigned
CommonLevels
)
233
: Dependence(Source, Destination), Levels(
CommonLevels
),
236
if (
CommonLevels
)
237
DV = make_unique<DVEntry[]>(
CommonLevels
);
664
//
CommonLevels
, SrcLevels, and MaxLevels.
667
// nested loop that contains them both,
CommonLevels
. An instruction that's
669
// of the source plus the level of the destination, minus
CommonLevels
.
678
//
CommonLevels
- innermost common loop
702
// have 2 loops in common, so
CommonLevels
will equal 2 and the direction
706
// b - 2 =
CommonLevels
[
all
...]
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
464
///
CommonLevels
, SrcLevels, and MaxLevels.
467
/// nested loop that contains them both,
CommonLevels
. An instruction that's
469
/// of the source plus the level of the destination, minus
CommonLevels
.
478
///
CommonLevels
- innermost common loop
502
/// have 2 loops in common, so
CommonLevels
will equal 2 and the direction
506
/// b - 2 =
CommonLevels
515
unsigned
CommonLevels
, SrcLevels, MaxLevels;
542
/// have a level <=
CommonLevels
and are referred to by the SCEV Expression.
[
all
...]
Completed in 124 milliseconds