Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_acc_alloc.h51 bool IsPhiAccReady(compiler::Inst *phi) const;
H A Dreg_acc_alloc.cpp144 bool RegAccAlloc::IsPhiAccReady(compiler::Inst *phi) const in IsPhiAccReady() function in panda::bytecodeopt::RegAccAlloc
211 if (IsPhiAccReady(phi)) { in MarkAccForPhiInstructions()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_acc_alloc.h53 bool IsPhiAccReady(compiler::Inst *phi) const;
H A Dreg_acc_alloc.cpp216 bool RegAccAlloc::IsPhiAccReady(compiler::Inst *phi) const in IsPhiAccReady() function in ark::bytecodeopt::RegAccAlloc
326 if (IsPhiAccReady(phi)) { in MarkPhiInstructions()

Completed in 2 milliseconds