llvm::iplist_impl::insert

Copy-construct a node from New and insert it before where.

Synopsis

Declared in <llvm/ADT/ilist.h>

iterator
insert(
    iterator where,
    const_reference New);

Return Value

Iterator to the inserted node.

Parameters

NameDescription
whereInsertion position.
NewValue to copy-construct from.