retdec
Namespaces | Macros | Functions
stack.cpp File Reference

Reconstruct stack. More...

#include <llvm/IR/Constants.h>
#include <llvm/IR/Function.h>
#include <llvm/IR/Instruction.h>
#include <llvm/IR/Instructions.h>
#include <llvm/IR/InstIterator.h>
#include <llvm/IR/LLVMContext.h>
#include <llvm/IR/Module.h>
#include <llvm/IR/Operator.h>
#include "retdec/bin2llvmir/analyses/reaching_definitions.h"
#include "retdec/bin2llvmir/optimizations/stack/stack.h"
#include "retdec/bin2llvmir/providers/asm_instruction.h"
#include "retdec/bin2llvmir/utils/ir_modifier.h"
#include "retdec/bin2llvmir/utils/llvm.h"

Namespaces

 retdec
 
 retdec::bin2llvmir
 

Macros

#define debug_enabled   false
 

Functions

static RegisterPass< StackAnalysis > retdec::bin2llvmir::X ("retdec-stack", "Stack optimization", false, false)
 

Detailed Description

Reconstruct stack.

Macro Definition Documentation

◆ debug_enabled

#define debug_enabled   false