Lines Matching full:fixups
1046 /// This allows multiple fixups to share the same LSRUse with different
1168 /// AllFixupsOutsideLoop - This records whether all of the fixups using this
1293 OS << ", all-fixups-outside-loop";
1607 /// Fixups - The list of operands which are to be replaced.
1608 SmallVector<LSRFixup, 16> Fixups;
1643 Fixups.push_back(LSRFixup());
1644 return Fixups.back();
3968 for (SmallVectorImpl<LSRFixup>::iterator I = Fixups.begin(),
3969 E = Fixups.end(); I != E; ++I) {
4658 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4659 E = Fixups.end(); I != E; ++I) {
4805 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4806 E = Fixups.end(); I != E; ++I) {