OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcLevels
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
461
/// CommonLevels,
SrcLevels
, and MaxLevels.
469
/// The variable
SrcLevels
is the nesting depth of the source instruction.
477
///
SrcLevels
- innermost loop containing Src but not Dst
500
/// vector for Result will have 2 entries.
SrcLevels
= 4 and MaxLevels = 7.
505
/// d - 4 =
SrcLevels
512
unsigned CommonLevels,
SrcLevels
, MaxLevels;
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
667
// CommonLevels,
SrcLevels
, and MaxLevels.
675
// The variable
SrcLevels
is the nesting depth of the source instruction.
683
//
SrcLevels
- innermost loop containing Src but not Dst
706
// vector for Result will have 2 entries.
SrcLevels
= 4 and MaxLevels = 7.
711
// d - 4 =
SrcLevels
723
SrcLevels
= SrcLevel;
755
return D - CommonLevels +
SrcLevels
;
[
all
...]
Completed in 30 milliseconds