Searched full:can_deoptimize (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 530 flags: [can_throw, no_dce, is_check, no_hoist, require_state, runtime_call, can_deoptimize] 536 …flags: [cf, can_throw, no_dce, no_cse, no_hoist, require_state, barrier, can_deoptimize, terminato… 543 flags: [can_throw, no_dce, no_cse, no_hoist, require_state, acc_read, barrier, can_deoptimize] 550 …flags: [can_throw, no_dce, no_cse, no_hoist, require_state, acc_read, barrier, can_deoptimize, low… 557 …flags: [can_throw, no_dce, no_cse, no_hoist, require_state, acc_read, barrier, can_deoptimize, low… 1006 flags: [no_dce, no_hoist, no_cse, barrier, acc_read, require_state, can_deoptimize] 1013 flags: [no_dce, no_hoist, no_cse, barrier, acc_read, require_state, can_deoptimize] 1183 can_deoptimize: deoptimization may occur with jump to the interpreter
|
| D | inst.h | 986 return GetFlag(inst_flags::CAN_DEOPTIMIZE); in CanDeoptimize()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | method_properties.cpp | 31 if (inst->GetFlag(inst_flags::CAN_DEOPTIMIZE)) { in MethodProperties()
|