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

  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 153 /// isConsistent - Returns true if this dependence is consistent
227 LoopIndependent(RHS.LoopIndependent), Consistent(RHS.Consistent),
239 /// isConsistent - Returns true if this dependence is consistent
241 bool isConsistent() const override { return Consistent; }
275 bool Consistent; // Init to true, then refine.
662 /// Set consistent to false.
681 /// Set consistent to false.
699 /// Set consistent to false.
717 /// Set consistent to false
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DependenceAnalysis.h 148 /// isConsistent - Returns true if this dependence is consistent
229 /// isConsistent - Returns true if this dependence is consistent
231 bool isConsistent() const override { return Consistent; }
265 bool Consistent; // Init to true, then refine.
663 /// Set consistent to false.
682 /// Set consistent to false.
700 /// Set consistent to false.
718 /// Set consistent to false.
    [all...]

Completed in 171 milliseconds