Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp71 Insn *branchInsn = curBB->GetLastMachineInsn(); in BuildCFG()
88 Insn *insn = curBB->GetLastMachineInsn(); in BuildCFG()
568 const Insn *origLastInsn = curBB.GetLastMachineInsn(); in GetTargetSuc()
572 origLastInsn = curBB.GetPrev()->GetLastMachineInsn(); in GetTargetSuc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ico.cpp827 Insn *gotoBr = curBB.GetLastMachineInsn(); in Optimize()
917 Insn *branchInsn = gotoBB.GetLastMachineInsn(); in DoOpt()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h381 Insn *GetLastMachineInsn() in GetLastMachineInsn() function