Lines Matching defs:Fixups
1108 /// This allows multiple fixups to share the same LSRUse with different
1229 /// AllFixupsOutsideLoop - This records whether all of the fixups using this
1370 OS << ", all-fixups-outside-loop";
1677 /// Fixups - The list of operands which are to be replaced.
1678 SmallVector<LSRFixup, 16> Fixups;
1713 Fixups.push_back(LSRFixup());
1714 return Fixups.back();
4138 for (SmallVectorImpl<LSRFixup>::iterator I = Fixups.begin(),
4139 E = Fixups.end(); I != E; ++I) {
4844 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4845 E = Fixups.end(); I != E; ++I) {
4992 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4993 E = Fixups.end(); I != E; ++I) {