MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / IsFragmentExit

Function IsFragmentExit

FEXCore/Source/Interface/IR/IREmitter.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace FEXCore::IR {
19
20static bool IsFragmentExit(FEXCore::IR::IROps Op) {
21 switch (Op) {
22 case OP_EXITFUNCTION:
23 case OP_BREAK: return true;
24 default: return false;
25 }
26}
27
28bool IsBlockExit(FEXCore::IR::IROps Op) {
29 switch (Op) {

Callers 1

IsBlockExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected