Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgbb.cpp26 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore()
42 Insn *BB::InsertInsnAfter(Insn &existing, Insn &newInsn) in InsertInsnAfter()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp662 auto &existing = currentDecl->AsFunctionDecl()->Decls(); in CreateFuncDecl() local