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

  /external/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 78 /// Rematted - Values that were actually rematted, and so need to have their
80 SmallPtrSet<const VNInfo*,4> Rematted;
201 Rematted.insert(ParentVNI);
206 return Rematted.count(ParentVNI);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 156 Rematted.insert(RM.ParentVNI);

Completed in 49 milliseconds