Searched defs:existing (Results 1 – 2 of 2) sorted by relevance
26 Insn *BB::InsertInsnBefore(Insn &existing, Insn &newInsn) in InsertInsnBefore()42 Insn *BB::InsertInsnAfter(Insn &existing, Insn &newInsn) in InsertInsnAfter()
662 auto &existing = currentDecl->AsFunctionDecl()->Decls(); in CreateFuncDecl() local