Home
last modified time | relevance | path

Searched refs:HasArgumentsOnStack (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h2561 bool HasArgumentsOnStack() const in HasArgumentsOnStack() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h4858 bool HasArgumentsOnStack() const in HasArgumentsOnStack() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1320 if (inst->HasArgumentsOnStack()) { in CreateCallIntrinsic()