ArkScript
A small, lisp-inspired, functional scripting language
IRInliner.hpp File Reference

Try to inline IR blocks. More...

#include <Ark/Utils/Platform.hpp>
#include <Ark/Compiler/Pass.hpp>
#include <Ark/Compiler/ValTableElem.hpp>
#include <Ark/Compiler/IntermediateRepresentation/Entity.hpp>
#include <utility>
#include <vector>
#include <string>
Include dependency graph for IRInliner.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ark::internal::BlockInfo
 
struct  Ark::internal::SymbolData
 
class  Ark::internal::IRInliner
 

Namespaces

namespace  Ark
 
namespace  Ark::internal
 

Detailed Description

Try to inline IR blocks.

Author
Lexy Plateau (lexpl.nosp@m.t.de.nosp@m.v@gma.nosp@m.il.c.nosp@m.om)
Date
2026-07-11

Definition in file IRInliner.hpp.