Home | History | Annotate | Download | only in Scalar

Lines Matching refs:Fixups

869   /// This allows multiple fixups to share the same LSRUse with different
989 /// AllFixupsOutsideLoop - This records whether all of the fixups using this
1116 OS << ", all-fixups-outside-loop";
1304 /// Fixups - The list of operands which are to be replaced.
1305 SmallVector<LSRFixup, 16> Fixups;
1322 Fixups.push_back(LSRFixup());
1323 return Fixups.back();
3053 for (SmallVectorImpl<LSRFixup>::iterator I = Fixups.begin(),
3054 E = Fixups.end(); I != E; ++I) {
3706 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
3707 E = Fixups.end(); I != E; ++I) {
3807 for (SmallVectorImpl<LSRFixup>::const_iterator I = Fixups.begin(),
3808 E = Fixups.end(); I != E; ++I) {