Home
last modified time | relevance | path

Searched refs:dst_inst (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp26 bool IsAccWriteBetween(compiler::Inst *src_inst, compiler::Inst *dst_inst) in IsAccWriteBetween() argument
28 ASSERT(src_inst != dst_inst); in IsAccWriteBetween()
33 while (inst != dst_inst) { in IsAccWriteBetween()
45 if (!dst_inst->IsPhi() && block->GetPredsBlocks().size() > 1) { in IsAccWriteBetween()
51 // This is requred if dst_inst is a phi node. in IsAccWriteBetween()

Completed in 2 milliseconds