LLVM 22.0.0git
|
#include "llvm/ADT/iterator_range.h"
#include "llvm/IR/BasicBlock.h"
#include "llvm/IR/Function.h"
#include "llvm/IR/SymbolTableListTraits.h"
#include <iterator>
Go to the source code of this file.
Classes | |
class | llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. |
Typedefs | |
using | llvm::inst_iterator |
using | llvm::const_inst_iterator |
using | llvm::inst_range = iterator_range<inst_iterator> |
using | llvm::const_inst_range = iterator_range<const_inst_iterator> |