HomeSort by: relevance | last modified time | path
    Searched refs:CommonLevels (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 258 unsigned CommonLevels)
259 : Dependence(Source, Destination), Levels(CommonLevels),
262 if (CommonLevels)
263 DV = std::make_unique<DVEntry[]>(CommonLevels);
696 // CommonLevels, SrcLevels, and MaxLevels.
699 // nested loop that contains them both, CommonLevels. An instruction that's
701 // of the source plus the level of the destination, minus CommonLevels.
710 // CommonLevels - innermost common loop
734 // have 2 loops in common, so CommonLevels will equal 2 and the direction
738 // b - 2 = CommonLevels
    [all...]
  /src/external/apache2/llvm/dist/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;
539 /// have a level <= CommonLevels and are referred to by the SCEV Expression.

Completed in 54 milliseconds