Home
last modified time | relevance | path

Searched defs:existing (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_cgbb_test.cpp48 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local
66 maplebe::Insn existing = CreateInsnObj("existing", 32); in TEST() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp25 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore()
41 Insn *BB::InsertInsnAfter(Insn &existing, Insn &newInsn) in InsertInsnAfter()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp707 auto &existing = currentDecl->AsFunctionDecl()->Decls(); in CreateFuncDecl() local