LLVM 22.0.0git
llvm::ilist_callback_traits< MachineBasicBlock > Struct Reference

#include "llvm/CodeGen/MachineFunction.h"

Inheritance diagram for llvm::ilist_callback_traits< MachineBasicBlock >:
[legend]

Public Member Functions

LLVM_ABI void addNodeToList (MachineBasicBlock *N)
LLVM_ABI void removeNodeFromList (MachineBasicBlock *N)
template<class Iterator>
void transferNodesFromList (ilist_callback_traits &OldList, Iterator, Iterator)

Detailed Description

Definition at line 81 of file MachineFunction.h.

Member Function Documentation

◆ addNodeToList()

References LLVM_ABI, and N.

◆ removeNodeFromList()

References LLVM_ABI, and N.

◆ transferNodesFromList()

template<class Iterator>
void llvm::ilist_callback_traits< MachineBasicBlock >::transferNodesFromList ( ilist_callback_traits< MachineBasicBlock > & OldList,
Iterator ,
Iterator  )
inline

Definition at line 86 of file MachineFunction.h.

References assert().


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