HomeSort by: relevance | last modified time | path
    Searched defs:Remat (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 138 /// original reg and are dead after remat.
201 /// Remat - Information needed to rematerialize at a specific location.
202 struct Remat {
203 VNInfo *ParentVNI; // parent_'s value at the remat location.
205 // the real expr for remat.
207 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI) {}
213 bool canRematerializeAt(Remat &RM, VNInfo *OrigVNI, SlotIndex UseIdx,
222 const Remat &RM, const TargetRegisterInfo &,

Completed in 19 milliseconds