| 198 | } |
| 199 | |
| 200 | struct ResumeTargets { |
| 201 | std::unordered_set<uint32_t> non_delay_targets; |
| 202 | std::unordered_set<uint32_t> delay_targets; |
| 203 | }; |
| 204 | |
| 205 | void get_overlay_swap_resume_targets(const std::vector<rabbitizer::InstructionRsp>& instrs, ResumeTargets& targets) { |
| 206 | bool is_delay_slot = false; |
nothing calls this directly
no outgoing calls
no test coverage detected