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

/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp667 // CommonLevels, SrcLevels, and MaxLevels.
671 // not contained in a loop is at level = 0. MaxLevels is equal to the level
673 // This lets us allocate vectors MaxLevels in length, with room for every
685 // MaxLevels - innermost loops containing Dst but not Src
706 // vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
714 // g - 7 = MaxLevels
724 MaxLevels = SrcLevel + DstLevel;
739 MaxLevels -= CommonLevels;
847 SmallBitVector SrcLoops(MaxLevels + 1);
848 SmallBitVector DstLoops(MaxLevels
[all...]
/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h461 /// CommonLevels, SrcLevels, and MaxLevels.
465 /// not contained in a loop is at level = 0. MaxLevels is equal to the level
467 /// This lets us allocate vectors MaxLevels in length, with room for every
479 /// MaxLevels - innermost loop containing Dst but not Src
500 /// vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
508 /// g - 7 = MaxLevels
512 unsigned CommonLevels, SrcLevels, MaxLevels; member in class:llvm::DependenceAnalysis

Completed in 1376 milliseconds