Home
last modified time | relevance | path

Searched defs:isTailCall (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_proepilog.cpp936 bool isTailCall = lastInsn == nullptr ? false : lastInsn->IsTailCall(); in TestPredsOfRetBB() local
Daarch64_peep.cpp5289 bool isTailCall = (insn.GetMachineOpcode() == MOP_tail_call_opt_xbl); in Run() local