HomeSort by relevance Sort by last modified time
    Searched defs: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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 100 bool PeelLast : 1; // Peeling the last iteration will break the dependence.
104 PeelLast(false), Splitable(false), Distance(nullptr) { }
    [all...]

Completed in 339 milliseconds