LLVM API Documentation
#include "ValueMapper.h"
#include "llvm/Constants.h"
#include "llvm/GlobalValue.h"
#include "llvm/Instruction.h"
#include <iostream>
Include dependency graph for ValueMapper.cpp:
Go to the source code of this file.
Functions | |
Value * | llvm::MapValue (const Value *V, std::map< const Value *, Value * > &VM) |
void | llvm::RemapInstruction (Instruction *I, std::map< const Value *, Value * > &ValueMap) |