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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 464 /// CommonLevels, SrcLevels, and MaxLevels.
472 /// The variable SrcLevels is the nesting depth of the source instruction.
480 /// SrcLevels - innermost loop containing Src but not Dst
503 /// vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
508 /// d - 4 = SrcLevels
515 unsigned CommonLevels, SrcLevels, MaxLevels;
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 664 // CommonLevels, SrcLevels, and MaxLevels.
672 // The variable SrcLevels is the nesting depth of the source instruction.
680 // SrcLevels - innermost loop containing Src but not Dst
703 // vector for Result will have 2 entries. SrcLevels = 4 and MaxLevels = 7.
708 // d - 4 = SrcLevels
720 SrcLevels = SrcLevel;
752 return D - CommonLevels + SrcLevels;
    [all...]

Completed in 145 milliseconds