LLVM
8.0.1
|
Use delete by default for iplist and ilist. More...
#include "llvm/ADT/ilist.h"
Static Public Member Functions | |
static void | deleteNode (NodeTy *V) |
Use delete by default for iplist and ilist.
Specialize this to get different behaviour for ownership-related API. (If you really want ownership semantics, consider using std::list or building something like BumpPtrList.)
|
inlinestatic |
Definition at line 42 of file ilist.h.
Referenced by llvm::computeBundlePadding(), llvm::iplist_impl< simple_ilist< MachineInstr, Options... >, ilist_traits< MachineInstr > >::erase(), llvm::MachineFunctionProperties::print(), and llvm::printMBBReference().