Home
last modified time | relevance | path

Searched refs:IsBranch (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dopcodes.h41 inline constexpr bool IsBranch(Opcode opcode) in IsBranch() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dinsn.cpp40 bool Insn::IsBranch() const in IsBranch() function in maplebe::Insn
43 return md->IsBranch(); in IsBranch()
H A Dcfgo.cpp352 if (curBBBranchInsn->IsBranch()) { in Optimize()
445 if (curBBBranchInsn->IsBranch()) { in Optimize()
H A Dcg_cfg.cpp259 if (!merger.GetLastMachineInsn()->IsBranch()) { in MergeBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h217 bool IsBranch() const;
H A Disa.h368 bool IsBranch() const in IsBranch() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp626 if (lastInsn != nullptr && (lastInsn->IsTailCall() || lastInsn->IsBranch())) { in GenerateRet()
884 if (lastInsn != nullptr && (lastInsn->IsTailCall() || lastInsn->IsBranch())) { in AppendBBtoEpilog()
H A Daarch64_peep.cpp1577 if (!defInsn->IsMachineInstruction() || defInsn->IsBranch()) { in FindFixedValue()
1970 if (!insn.IsBranch() || insn.GetOperandSize() <= kInsnSecondOpnd || prevInsn == nullptr) { in Run()

Completed in 19 milliseconds