MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / BranchTargets

Class BranchTargets

RSPRecomp/src/rsp_recomp.cpp:182–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182struct BranchTargets {
183 std::unordered_set<uint32_t> direct_targets;
184 std::unordered_set<uint32_t> indirect_targets;
185};
186
187BranchTargets get_branch_targets(const std::vector<rabbitizer::InstructionRsp>& instrs) {
188 BranchTargets ret;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected