Searched full:is_check (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/compiler/aot/ |
| D | aot_manager.cpp | 122 bool is_check = true; in VerifyClassHierarchy() local 127 is_check = false; in VerifyClassHierarchy() 133 is_check = false; in VerifyClassHierarchy() 137 if (!is_check) { in VerifyClassHierarchy()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | instructions.yaml | 500 flags: [can_throw, is_check, no_dce, no_hoist, no_cse, require_state] 506 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state, acc_read] 512 flags: [can_throw, no_dce, is_check, no_hoist, no_cse, require_state, runtime_call] 518 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 524 flags: [can_throw, is_check, no_dce, no_cse, no_hoist, require_state] 530 flags: [can_throw, no_dce, is_check, no_hoist, require_state, runtime_call, can_deoptimize] 860 flags: [can_throw, is_check, no_dce, no_hoist, no_cse, require_state, low_level] 1163 is_check: Instruction has runtime-checks and has `can_throw` flag
|
| D | inst.h | 956 return GetFlag(inst_flags::IS_CHECK); in IsCheck()
|