Home
last modified time | relevance | path

Searched refs:RemoveInsnAndKeepComment (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp2915 RemoveInsnAndKeepComment(bb, insn, *prevContiInsn); in Run()
2940 RemoveInsnAndKeepComment(bb, insn, *prevContiInsn); in Run()
2952 RemoveInsnAndKeepComment(bb, insn, *prevContiInsn); in Run()
2960 RemoveInsnAndKeepComment(bb, insn, *prevContiInsn); in Run()
2986 void CombineContiLoadAndStorePattern::RemoveInsnAndKeepComment(BB &bb, Insn &insn, Insn &prevInsn) … in RemoveInsnAndKeepComment() function in maplebe::CombineContiLoadAndStorePattern
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h954 void RemoveInsnAndKeepComment(BB &bb, Insn &insn, Insn &prevInsn) const;