LLVM API Documentation
#include <map>
Include dependency graph for ValueMapper.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Typedefs | |
typedef std::map< const Value *, Value * > | llvm::ValueMapTy |
Functions | |
Value * | llvm::MapValue (const Value *V, ValueMapTy &VM) |
void | llvm::RemapInstruction (Instruction *I, ValueMapTy &VM) |