|
mini-llvm 0.1.0
|
#include <concepts>#include <cstddef>#include <format>#include <iterator>#include <memory>#include <ranges>#include <string>#include <unordered_set>#include <utility>#include "mini-llvm/ir/Type.h"#include "mini-llvm/utils/Compiler.h"#include "mini-llvm/utils/IndirectIterator.h"#include "mini-llvm/utils/Memory.h"
Go to the source code of this file.
Classes | |
| class | mini_llvm::ir::Value |
| struct | std::formatter< ValueT > |
Namespaces | |
| namespace | mini_llvm |
| namespace | mini_llvm::ir |
Functions | |
| auto | mini_llvm::ir::uses (const Value &value) |
| MINI_LLVM_EXPORT bool | mini_llvm::ir::replaceAllUsesWith (const Value &value, std::shared_ptr< Value > newValue) |
| MINI_LLVM_EXPORT bool | mini_llvm::ir::replaceAllUsesWith (const Value &value, std::weak_ptr< Value > newValue) |
| template<typename ValueT> requires std::derived_from<ValueT, Value> | |
| bool | mini_llvm::ir::replaceAllUsesWith (const Value &value, std::shared_ptr< ValueT > newValue) |
| template<typename ValueT> requires std::derived_from<ValueT, Value> | |
| bool | mini_llvm::ir::replaceAllUsesWith (const Value &value, std::weak_ptr< ValueT > newValue) |