Copy-construct a node from New and insert it before where.
New
where.
Declared in <llvm/ADT/ilist.h>
<llvm/ADT/ilist.h>
iterator insert( iterator where, const_reference New);
Iterator to the inserted node.