Home
last modified time | relevance | path

Searched refs:IsLeaf (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen_native.cpp43 frame->SetSaveFrameAndLinkRegs(!GetGraph()->GetMethodProperties().IsLeaf()); in CreateFrameInfo()
53 frame->SetAdjustSpReg(!GetGraph()->GetMethodProperties().IsLeaf() || GetGraph()->GetStackSlotsCount() != 0 || in CreateFrameInfo()
71 ASSERT(GetGraph()->GetMethodProperties().IsLeaf()); in GenerateEpilogue()
H A Dmethod_properties.cpp76 SetRequireFrameSetup(!IsLeaf() || graph->IsOsrMode()); in MethodProperties()
H A Dmethod_properties.h86 bool IsLeaf() const in IsLeaf() function in ark::compiler::MethodProperties
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp179 if (bOpnd[0]->IsLeaf() && bOpnd[1]->IsLeaf()) { in Dump()
213 if (!GetNopndAt(i)->IsLeaf()) { in Dump()
402 if (addrExpr->IsLeaf() && rhs->IsLeaf()) { in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_nodes.h157 virtual bool IsLeaf() const in IsLeaf() function in maple::BaseNode
254 bool IsLeaf() const override
550 bool IsLeaf() const override
776 bool IsLeaf() const override
1467 bool IsLeaf() const override
1990 bool IsLeaf() const override
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp4012 if (cvtRegreadNode->GetOpCode() == OP_regread && cvtRegreadNode->IsLeaf()) {

Completed in 13 milliseconds