Lines Matching defs:TOCSaves
134 bool eliminateRedundantTOCSaves(std::map<MachineInstr *, bool> &TOCSaves);
138 void UpdateTOCSaves(std::map<MachineInstr *, bool> &TOCSaves,
302 std::map<MachineInstr *, bool> &TOCSaves, MachineInstr *MI) {
322 for (auto &TOCSave : TOCSaves)
325 TOCSaves[MI] = false;
331 for (auto &I : TOCSaves) {
344 TOCSaves[MI] = Keep;
466 std::map<MachineInstr *, bool> TOCSaves;
620 // to add it to the TOCSaves map and mark any existing TOC saves
623 UpdateTOCSaves(TOCSaves, &MI);
1370 Simplified |= eliminateRedundantTOCSaves(TOCSaves);
1594 std::map<MachineInstr *, bool> &TOCSaves) {
1597 for (auto TOCSave : TOCSaves) {