Searched refs:RewriteInfo (Results 1 – 1 of 1) sorted by relevance
1404 struct RewriteInfo { struct1407 RewriteInfo(SlotIndex i, MachineInstr *mi) : Index(i), MI(mi) {} in RewriteInfo() function1411 bool operator()(const RewriteInfo &LHS, const RewriteInfo &RHS) const { in operator ()()1440 std::vector<RewriteInfo> RewriteMIs; in rewriteInstructionsForSpills()1486 RewriteMIs.push_back(RewriteInfo(index, MI)); in rewriteInstructionsForSpills()1493 RewriteInfo &rwi = RewriteMIs[i]; in rewriteInstructionsForSpills()