Home
last modified time | relevance | path

Searched refs:RemoveInsn (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp302 bb.RemoveInsn(insn); in Run()
306 bb.RemoveInsn(*nextInsn); in Run()
328 bb.RemoveInsn(insn); in Run()
340 bb.RemoveInsn(insn); in Run()
408 prevInsn.GetBB()->RemoveInsn(prevInsn); in OptimizeAddrBOI()
437 shiftExtendInsn.GetBB()->RemoveInsn(shiftExtendInsn); in OptimizeAddrBOrXShiftExtend()
461 prevInsn.GetBB()->RemoveInsn(prevInsn); in OptimizeAddrBOrX()
483 addInsn.GetBB()->RemoveInsn(addInsn); in OptimizeWithAddrrrs()
506 tmpInsn->GetBB()->RemoveInsn(*tmpInsn); in Run()
709 bb.RemoveInsn(*combineIns in Run()
[all...]
H A Daarch64_fixshortbranch.cpp169 bb->RemoveInsn(*insn); in FixShortBranches()
H A Daarch64_proepilog.cpp885 epilogBB.RemoveInsn(*lastInsn); in AppendBBtoEpilog()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H A Dcg_cgbb_test.cpp82 /*void BB::RemoveInsn(Insn &insn)*/ in TEST()
89 test_bb.RemoveInsn(insn); in TEST()
95 test_bb.RemoveInsn(insn); in TEST()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_peep.cpp53 bb.RemoveInsn(insn); in Run()
H A Dx64_standardize.cpp162 insn.GetBB()->RemoveInsn(insn); in StdzFloatingNeg()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp151 curBB.RemoveInsn(*curBB.GetLastMachineInsn()); in MoveSuccBBAsCurBBNext()
170 curBB.RemoveInsn(*curBB.GetLastMachineInsn()); in RemoveGotoInsn()
383 ftBB->RemoveInsn(*brInsn); in Optimize()
432 ftBB->RemoveInsn(*brInsn); in Optimize()
H A Dcgbb.cpp80 void BB::RemoveInsn(Insn &insn) in RemoveInsn() function in maplebe::BB
H A Dcg_cfg.cpp262 merger.RemoveInsn(*merger.GetLastMachineInsn()); in MergeBB()
H A Dcgfunc.cpp633 bb->RemoveInsn(*insn); in ProcessExitBBVec()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h323 bb->RemoveInsn(*insn); in AddsSubsInsnSplit()
453 bb->RemoveInsn(*curInsn); in MOP_wmovri32Split()
510 bb->RemoveInsn(*curInsn); in MOP_xmovri64Split()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h207 void RemoveInsn(Insn &insn);

Completed in 14 milliseconds