LLVM 20.0.0git
|
#include "llvm/ADT/iterator.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/IR/Use.h"
#include "llvm/IR/Value.h"
#include "llvm/Support/Casting.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ErrorHandling.h"
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <iterator>
Go to the source code of this file.
Classes | |
class | llvm::User |
struct | llvm::User::HungOffOperandsAllocMarker |
Indicates this User has operands "hung off" in another allocation. More... | |
struct | llvm::User::IntrusiveOperandsAllocMarker |
Indicates this User has operands co-allocated. More... | |
struct | llvm::User::IntrusiveOperandsAndDescriptorAllocMarker |
Indicates this User has operands and a descriptor co-allocated . More... | |
struct | llvm::User::AllocInfo |
Information about how a User object was allocated, to be passed into the User constructor. More... | |
struct | llvm::User::value_op_iterator |
Iterator for directly iterating over the operand Values. More... | |
struct | llvm::User::const_value_op_iterator |
struct | llvm::simplify_type< User::op_iterator > |
struct | llvm::simplify_type< User::const_op_iterator > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |