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

  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 232 unsigned CommonLevels) :
234 Levels(CommonLevels),
237 DV = CommonLevels ? new DVEntry[CommonLevels] : nullptr;
667 // CommonLevels, SrcLevels, and MaxLevels.
670 // nested loop that contains them both, CommonLevels. An instruction that's
672 // of the source plus the level of the destination, minus CommonLevels.
681 // CommonLevels - innermost common loop
705 // have 2 loops in common, so CommonLevels will equal 2 and the direction
709 // b - 2 = CommonLevels
    [all...]
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 461 /// CommonLevels, SrcLevels, and MaxLevels.
464 /// nested loop that contains them both, CommonLevels. An instruction that's
466 /// of the source plus the level of the destination, minus CommonLevels.
475 /// CommonLevels - innermost common loop
499 /// have 2 loops in common, so CommonLevels will equal 2 and the direction
503 /// b - 2 = CommonLevels
512 unsigned CommonLevels, SrcLevels, MaxLevels;
533 /// have a level <= CommonLevels and are referred to by the SCEV Expression.
    [all...]

Completed in 34 milliseconds