Home | History | Annotate | Download | only in CodeGen

Lines Matching full:points

19 // For instance, the following points are safe:
26 // And the following points are not:
37 // This pass also ensures that the safe points are 3) cheaper than the regular
43 // points must be in the same loop.
46 // If this pass found points matching all these properties, then
112 /// Use to check the profitability of the new points.
151 /// \brief Update the Save and Restore points such that \p MBB is in
178 /// Check whether or not Save and Restore points are still interesting for
336 // For now, just push the restore/save points outside of loops.
428 // If the points are not interesting at this point, then they must be null
453 DEBUG(dbgs() << "New points are too expensive or invalid for the target\n");