Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Fixups

1021   /// This allows multiple fixups to share the same LSRUse with different
1143 /// AllFixupsOutsideLoop - This records whether all of the fixups using this
1268 OS << ", all-fixups-outside-loop";
1522 /// Fixups - The list of operands which are to be replaced.
1523 SmallVector<LSRFixup, 16> Fixups;
1558 Fixups.push_back(LSRFixup());
1559 return Fixups.back();
3883 for (SmallVectorImpl<LSRFixup>::iterator I = Fixups.begin(),
3884 E = Fixups.end(); I != E; ++I) {
4572 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4573 E = Fixups.end(); I != E; ++I) {
4719 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4720 E = Fixups.end(); I != E; ++I) {