mini-llvm 0.1.0
Loading...
Searching...
No Matches
Instruction.h File Reference
#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"
Include dependency graph for Instruction.h:
This graph shows which files directly or indirectly include this file:

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 Instructionmini_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)