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"
|
static RegisterPass< StackAnalysis > | retdec::bin2llvmir::X ("retdec-stack", "Stack optimization", false, false) |
|
Reconstruct stack.
- Copyright
- (c) 2017 Avast Software, licensed under the MIT license
◆ debug_enabled
#define debug_enabled false |