LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::ilist_alloc_traits< Instruction > Struct Template Reference

#include "llvm/IR/Instruction.h"

Inheritance diagram for llvm::ilist_alloc_traits< Instruction >:
Inheritance graph
[legend]

Static Public Member Functions

static void deleteNode (Instruction *V)
 

Detailed Description

template<>
struct llvm::ilist_alloc_traits< Instruction >

Definition at line 40 of file Instruction.h.

Member Function Documentation

◆ deleteNode()

void llvm::ilist_alloc_traits< Instruction >::deleteNode ( Instruction V)
inlinestatic

Definition at line 759 of file Instruction.h.

References llvm::Value::deleteValue().


The documentation for this struct was generated from the following file: