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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 96 bool Splitable : 1; // Splitting the loop will break dependence.
99 PeelLast(false), Splitable(false), Distance(NULL) { }
651 /// Marks the dependence as splitable.
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 279 return DV[Level - 1].Splitable;
571 bool Splitable = false;
589 Splitable = true;
618 if (Splitable)
619 OS << " splitable";
    [all...]

Completed in 142 milliseconds