Home
last modified time | relevance | path

Searched defs:lastInsn (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_regsaves.cpp510 Insn *lastInsn = bb->GetLastInsn(); in DetermineCalleeRestoreLocations() local
Daarch64_proepilog.cpp1579 Insn *lastInsn = tmpBB->GetLastInsn(); in TestPredsOfRetBB() local
2033 Insn *lastInsn = toBB->GetLastInsn(); in ConvertToTailCalls() local
Daarch64_cgfunc.cpp5293 Operand *AArch64CGFunc::SelectAbsSub(Insn &lastInsn, const UnaryNode &node, Operand &newOpnd0) in SelectAbsSub()
5333 Insn *lastInsn = GetCurBB()->GetLastInsn(); in SelectAbs() local
9834 Insn *lastInsn = GetCurBB() == nullptr ? nullptr : GetCurBB()->GetLastInsn(); in CreateNonExtendMemOpnd() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h934 Insn *lastInsn = nullptr; /* the last instruction */ variable