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 79 /// Rematted - Values that were actually rematted, and so need to have their
81 SmallPtrSet<const VNInfo*,4> Rematted;
203 Rematted.insert(ParentVNI);
208 return Rematted.count(ParentVNI);
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 154 Rematted.insert(RM.ParentVNI);

Completed in 444 milliseconds