Searched refs:RemoveInsnAndKeepComment (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_peep.cpp | 2915 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/ |
| D | aarch64_peep.h | 954 void RemoveInsnAndKeepComment(BB &bb, Insn &insn, Insn &prevInsn) const;
|