Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_base.cpp193 if (inst->IsZeroRegInst()) { in SetPreassignedRegisters()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp484 bool Inst::IsZeroRegInst() const in IsZeroRegInst() function in panda::compiler::Inst
Dinst.h946 bool IsZeroRegInst() const;
/arkcompiler/runtime_core/compiler/tests/
Ddump_test.cpp513 auto value = inst->IsZeroRegInst(); in __anonb8e9e89d0902()