Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Fixups

1003   /// This allows multiple fixups to share the same LSRUse with different
1123 /// AllFixupsOutsideLoop - This records whether all of the fixups using this
1248 OS << ", all-fixups-outside-loop";
1475 /// Fixups - The list of operands which are to be replaced.
1476 SmallVector<LSRFixup, 16> Fixups;
1511 Fixups.push_back(LSRFixup());
1512 return Fixups.back();
3806 for (SmallVectorImpl<LSRFixup>::iterator I = Fixups.begin(),
3807 E = Fixups.end(); I != E; ++I) {
4493 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4494 E = Fixups.end(); I != E; ++I) {
4642 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
4643 E = Fixups.end(); I != E; ++I) {