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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 105 bool PeelLast : 1; // Peeling the last iteration will break the dependence.
109 PeelLast(false), Splitable(false), Distance(nullptr) { }
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 277 return DV[Level - 1].PeelLast;
    [all...]

Completed in 46 milliseconds