Searched defs:Remat (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveRangeEdit.h152 /// Remat - Information needed to rematerialize at a specific location.
153 struct Remat { struct in class:llvm::LiveRangeEdit
156 explicit Remat(VNInfo *ParentVNI) : ParentVNI(ParentVNI), OrigMI(0) {} function in struct:llvm::LiveRangeEdit::Remat
162 bool canRematerializeAt(Remat &RM,
173 const Remat &RM,

Completed in 66 milliseconds