|
mini-llvm 0.1.0
|
#include <concepts>#include <cstdlib>#include <memory>#include <optional>#include <string>#include <unordered_set>#include <utility>#include "mini-llvm/ir/BasicBlock.h"#include "mini-llvm/ir/Constant.h"#include "mini-llvm/ir/InstructionVisitor.h"#include "mini-llvm/ir/Value.h"#include "mini-llvm/utils/Compiler.h"#include "mini-llvm/utils/Memory.h"

Go to the source code of this file.
Classes | |
| class | mini_llvm::ir::Instruction |
Namespaces | |
| namespace | mini_llvm |
| namespace | mini_llvm::ir |
Functions | |
| MINI_LLVM_EXPORT Instruction & | mini_llvm::ir::addToParent (const Instruction &before, std::shared_ptr< Instruction > I) |
| template<typename T> requires std::derived_from<T, Instruction> | |
| T & | mini_llvm::ir::addToParent (const Instruction &before, std::shared_ptr< T > I) |
| MINI_LLVM_EXPORT void | mini_llvm::ir::removeFromParent (const Instruction &I) |