Home
last modified time | relevance | path

Searched refs:SetNeedLda (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dreg_acc_alloc.cpp172 void RegAccAlloc::SetNeedLda(compiler::Inst *inst, bool need) in SetNeedLda() function in panda::bytecodeopt::RegAccAlloc
240 SetNeedLda(uinst, false); in RunImpl()
255 SetNeedLda(uinst, true); in RunImpl()
273 SetNeedLda(inst, true); in RunImpl()
279 SetNeedLda(uinst, true); in RunImpl()
Dreg_acc_alloc.h52 void SetNeedLda(compiler::Inst *inst, bool need);