Home
last modified time | relevance | path

Searched refs:brInsn (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp181 Insn *brInsn = nullptr; in ClearCurBBAndResetTargetBB() local
182 for (brInsn = curBB.GetLastMachineInsn(); brInsn != nullptr; brInsn = brInsn->GetPrev()) { in ClearCurBBAndResetTargetBB()
183 if (brInsn->IsUnCondBranch()) { in ClearCurBBAndResetTargetBB()
187 DEBUG_ASSERT(brInsn != nullptr, "goto BB has no branch"); in ClearCurBBAndResetTargetBB()
206 ASSERT_NOT_NULL(brInsn); in ClearCurBBAndResetTargetBB()
207 if (brInsn->GetPreviousMachineInsn()) { in ClearCurBBAndResetTargetBB()
208 if (!DoSameThing(*newTarget, *last1, curBB, *brInsn in ClearCurBBAndResetTargetBB()
357 Insn *brInsn = nullptr; Optimize() local
450 Insn *brInsn = nullptr; Optimize() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_peep.h240 brInsn = nullptr;
252 Insn *brInsn = nullptr; member in maplebe::CbnzToCbzPattern
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp1257 DEBUG_ASSERT(brInsn != nullptr, "brInsn should not be nullptr"); in Run()
1258 Operand &brTarget = brInsn->GetOperand(kInsnFirstOpnd); in Run()
1266 nextBB->RemoveInsn(*brInsn); in Run()

Completed in 7 milliseconds