Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:save

103   // Add the code to save and restore the callee saved registers
215 // These are used to keep track the callee-save area. Initialize them.
223 // In Naked functions we aren't going to save any registers.
233 // If the reg is modified, save it!
370 CSRegSet save = BI->second;
372 if (save.empty())
376 for (CSRegSet::iterator RI = save.begin(),
377 RE = save.end(); RI != RE; ++RI) {
702 // Add epilogue to restore the callee-save registers in each exiting block