Searched refs:TOCSaves (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp109 bool eliminateRedundantTOCSaves(std::map<MachineInstr *, bool> &TOCSaves);
112 void UpdateTOCSaves(std::map<MachineInstr *, bool> &TOCSaves,
227 std::map<MachineInstr *, bool> &TOCSaves, MachineInstr *MI) {
246 for (auto &TOCSave : TOCSaves)
249 TOCSaves[MI] = false;
254 for (auto It = TOCSaves.begin(); It != TOCSaves.end(); It++ ) {
267 TOCSaves[MI] = Keep;
274 std::map<MachineInstr *, bool> TOCSaves; local
346 // to add it to the TOCSaves ma
226 UpdateTOCSaves( std::map<MachineInstr *, bool> &TOCSaves, MachineInstr *MI) argument
1214 eliminateRedundantTOCSaves( std::map<MachineInstr *, bool> &TOCSaves) argument
[all...]

Completed in 87 milliseconds