Home
last modified time | relevance | path

Searched refs:IsAcc (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h81 … ASSERT(inst->HasType() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc())); in Run()
98 if (inst->IsCatchPhi() && inst->CastToCatchPhi()->IsAcc()) { in SetTypeByInputs()
Dinst_builder.cpp133 if (catch_phi->IsAcc()) { in AddCatchPhiInputs()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp55 if (!catch_inst->IsCatchPhi() || catch_inst->CastToCatchPhi()->IsAcc()) { in AddCatchPhiMoves()
263 if (inst->CastToCatchPhi()->IsAcc()) { in ResolveCatchPhis()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.cpp476 if (!catch_inst->IsCatchPhi() || catch_inst->CastToCatchPhi()->IsAcc()) { in RemoveThrowableInst()
498 if (!catch_inst->IsCatchPhi() || catch_inst->CastToCatchPhi()->IsAcc()) { in ReplaceThrowableInst()
Dinst.h2798 bool IsAcc() const in IsAcc() function
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp576 if (inst->CastToCatchPhi()->IsAcc()) { in VisitCatchPhi()