LLVM 19.0.0git
Classes | Namespaces | Macros | Functions
BasicBlock.h File Reference
#include "llvm-c/Types.h"
#include "llvm/ADT/Twine.h"
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/ilist_node.h"
#include "llvm/ADT/iterator.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/IR/DebugProgramInstruction.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/SymbolTableListTraits.h"
#include "llvm/IR/Value.h"
#include <cassert>
#include <cstddef>
#include <iterator>

Go to the source code of this file.

Classes

class  llvm::BasicBlock
 LLVM Basic Block Representation. More...
 
class  llvm::BasicBlock::phi_iterator_impl< PHINodeT, BBIteratorT >
 Iterator to walk just the phi nodes in the basic block. More...
 

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
 

Macros

#define BEGIN_TWO_BYTE_PACK()
 
#define END_TWO_BYTE_PACK()
 

Functions

BasicBlock::iterator llvm::skipDebugIntrinsics (BasicBlock::iterator It)
 Advance It while it points to a debug instruction and return the result.
 

Macro Definition Documentation

◆ BEGIN_TWO_BYTE_PACK

#define BEGIN_TWO_BYTE_PACK ( )

Definition at line 713 of file BasicBlock.h.

◆ END_TWO_BYTE_PACK

#define END_TWO_BYTE_PACK ( )

Definition at line 714 of file BasicBlock.h.