HomeSort by relevance Sort by last modified time
    Searched defs:CommonLevels (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 467 /// CommonLevels, SrcLevels, and MaxLevels.
470 /// nested loop that contains them both, CommonLevels. An instruction that's
472 /// of the source plus the level of the destination, minus CommonLevels.
481 /// CommonLevels - innermost common loop
505 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
509 /// b - 2 = CommonLevels
518 unsigned CommonLevels, SrcLevels, MaxLevels;
545 /// have a level <= CommonLevels and are referred to by the SCEV Expression.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 457 /// CommonLevels, SrcLevels, and MaxLevels.
460 /// nested loop that contains them both, CommonLevels. An instruction that's
462 /// of the source plus the level of the destination, minus CommonLevels.
471 /// CommonLevels - innermost common loop
495 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
499 /// b - 2 = CommonLevels
508 unsigned CommonLevels, SrcLevels, MaxLevels;
535 /// have a level <= CommonLevels and are referred to by the SCEV Expression.
    [all...]

Completed in 66 milliseconds