Home
last modified time | relevance | path

Searched refs:IsAccWrite (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp54 if (inst->IsAccWrite()) { in IsAccWriteBetween()
93 bool RegAccAlloc::IsAccWrite(compiler::Inst *inst) const in IsAccWrite() function in panda::bytecodeopt::RegAccAlloc
95 return UNLIKELY(inst->IsPhi()) ? IsPhiOptimizable(inst) : inst->IsAccWrite(); in IsAccWrite()
153 if (!IsAccWrite(phi_input) || IsAccWriteBetween(phi_input, phi)) { in IsPhiAccReady()
228 if (inst->NoDest() || !IsAccWrite(inst)) { in RunImpl()
Dreg_acc_alloc.h48 bool IsAccWrite(compiler::Inst *inst) const;
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp496 bool Inst::IsAccWrite() const in IsAccWrite() function in panda::compiler::Inst
Dinst.h820 bool IsAccWrite() const;