Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_optimize_common.cpp208 Insn *lastInsn = bb.GetLastMachineInsn(); in ReTargetSuccBB() local
219 Insn *lastInsn = bb.GetLastMachineInsn(); in FlipIfBB() local
Daarch64_proepilog.cpp260 auto *lastInsn = chkBB->GetLastMachineInsn(); in GenStackGuardCheckInsn() local
907 auto *lastInsn = bb.GetLastMachineInsn(); in GenerateRet() local
932 const Insn *lastInsn = exitBB.GetLastInsn(); in TestPredsOfRetBB() local
1211 auto *lastInsn = epilogBB.GetLastMachineInsn(); in AppendBBtoEpilog() local
Daarch64_regsaves.cpp514 Insn *lastInsn = bb->GetLastInsn(); in DetermineCalleeRestoreLocations() local
Daarch64_cgfunc.cpp4701 Operand *AArch64CGFunc::SelectAbsSub(Insn &lastInsn, const UnaryNode &node, Operand &newOpnd0) in SelectAbsSub()
4741 Insn *lastInsn = GetCurBB()->GetLastMachineInsn(); in SelectAbs() local
8716 Insn *lastInsn = GetCurBB() == nullptr ? nullptr : GetCurBB()->GetLastMachineInsn(); in CreateNonExtendMemOpnd() local
Daarch64_peep.cpp6925 Insn *lastInsn = nullptr; in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp1140 BB &CrossJumpBBPattern::SplitBB(BB &srcBB, Insn &lastInsn) in SplitBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h999 Insn *lastInsn = nullptr; /* the last instruction */ variable