LLVM 22.0.0git
|
#include "llvm/IR/BasicBlock.h"
#include "llvm/SandboxIR/Value.h"
#include "llvm/Support/Compiler.h"
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | llvm::sandboxir |
Typedefs | |
using | llvm::sandboxir::iterator = BBIterator |
Functions | |
llvm::sandboxir::BasicBlock (llvm::BasicBlock *BB, Context &SBCtx) | |
llvm::sandboxir::~BasicBlock ()=default | |
static bool | llvm::sandboxir::classof (const Value *From) |
For isa/dyn_cast. | |
LLVM_ABI Function * | llvm::sandboxir::getParent () const |
LLVM_ABI iterator | llvm::sandboxir::begin () const |
iterator | llvm::sandboxir::end () const |
std::reverse_iterator< iterator > | llvm::sandboxir::rbegin () const |
std::reverse_iterator< iterator > | llvm::sandboxir::rend () const |
Context & | llvm::sandboxir::getContext () const |
LLVM_ABI Instruction * | llvm::sandboxir::getTerminator () const |
bool | llvm::sandboxir::empty () const |
LLVM_ABI Instruction & | llvm::sandboxir::front () const |
LLVM_ABI Instruction & | llvm::sandboxir::back () const |
void | llvm::sandboxir::verify () const final |
void | llvm::sandboxir::dumpOS (raw_ostream &OS) const final |