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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 93 /// Rematted - Values that were actually rematted, and so need to have their
95 SmallPtrSet<const VNInfo *, 4> Rematted;
228 Rematted.insert(ParentVNI);
233 return Rematted.count(ParentVNI);
  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 83 /// Rematted - Values that were actually rematted, and so need to have their
85 SmallPtrSet<const VNInfo*,4> Rematted;
221 Rematted.insert(ParentVNI);
226 return Rematted.count(ParentVNI);

Completed in 1433 milliseconds