mini-llvm 0.1.0
Loading...
Searching...
No Matches
Instruction.h File Reference
#include <concepts>
#include <format>
#include <memory>
#include <string>
#include <unordered_set>
#include "mini-llvm/mir/ImmediateOperand.h"
#include "mini-llvm/mir/InstructionVisitor.h"
#include "mini-llvm/mir/MemoryOperand.h"
#include "mini-llvm/mir/PhysicalRegister.h"
#include "mini-llvm/mir/Register.h"
#include "mini-llvm/mir/RegisterOperand.h"
#include "mini-llvm/utils/Compiler.h"
Include dependency graph for Instruction.h:

Go to the source code of this file.

Classes

class  mini_llvm::mir::Instruction
struct  std::formatter< InstructionT >

Namespaces

namespace  mini_llvm
namespace  mini_llvm::mir

Functions

MINI_LLVM_EXPORT std::unordered_set< Register * > mini_llvm::mir::use (const Instruction &I)
MINI_LLVM_EXPORT std::unordered_set< Register * > mini_llvm::mir::def (const Instruction &I)