Searched refs:SrcLevels (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h461 /// 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; member in class:llvm::DependenceAnalysis
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp667 // 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;
1706 assert(0 < Level && Level <= SrcLevels && "Level out of range");

Completed in 205 milliseconds