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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 461 /// 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;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 696 // CommonLevels, SrcLevels, and MaxLevels.
704 // The variable SrcLevels is the nesting depth of the source instruction.
712 // SrcLevels - innermost loop containing Src but not Dst
735 // vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
740 // d - 4 = SrcLevels
752 SrcLevels = SrcLevel;
784 return D - CommonLevels + SrcLevels;
1797 assert(0 < Level && Level <= SrcLevels && "Level out of range");

Completed in 28 milliseconds