Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp104 bool RegAccAlloc::CanUserReadAcc(compiler::Inst *inst, compiler::Inst *user) const in CanUserReadAcc() function in panda::bytecodeopt::RegAccAlloc
161 if (!CanUserReadAcc(phi, uinst)) { in IsPhiAccReady()
232 if (CanUserReadAcc(inst, uinst)) { in MarkAccForInstructions()
H A Dreg_acc_alloc.h50 bool CanUserReadAcc(compiler::Inst *inst, compiler::Inst *user) const;
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_acc_alloc.cpp152 bool RegAccAlloc::CanUserReadAcc(compiler::Inst *inst, compiler::Inst *user) const in CanUserReadAcc() function in ark::bytecodeopt::RegAccAlloc
234 if (!CanUserReadAcc(phi, uinst)) { in IsPhiAccReady()
359 if (CanUserReadAcc(inst, uinst)) { in MarkInstruction()
H A Dreg_acc_alloc.h52 bool CanUserReadAcc(compiler::Inst *inst, compiler::Inst *user) const;

Completed in 2 milliseconds