LLVM 20.0.0git
|
#include "llvm-c/Types.h"
#include "llvm/ADT/DenseMap.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... | |
struct | llvm::DenseMapInfo< BasicBlock::iterator > |
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. | |
#define BEGIN_TWO_BYTE_PACK | ( | ) |
Definition at line 732 of file BasicBlock.h.
#define END_TWO_BYTE_PACK | ( | ) |
Definition at line 733 of file BasicBlock.h.