HomeSort by: relevance | last modified time | path
    Searched refs:ValueMapper (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
ValueMapper.h 1 //===- ValueMapper.h - Remapping for constants and metadata -----*- C++ -*-===//
121 /// one of the following to schedule work lazily in the \a ValueMapper
134 /// ValueToValueMapTy. We should template \a ValueMapper (and its
142 /// use \a ValueMapper directly.
143 class ValueMapper {
147 ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags = RF_None,
150 ValueMapper(ValueMapper &&) = delete;
151 ValueMapper(const ValueMapper &) = delete
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
ValueMapper.cpp 1 //===- ValueMapper.cpp - Interface shared by lib/Transforms/Utils ---------===//
14 #include "llvm/Transforms/Utils/ValueMapper.h"
130 /// ValueMapper should explicitly call \a flush() before destruction.
1121 ValueMapper::ValueMapper(ValueToValueMapTy &VM, RemapFlags Flags,
1126 ValueMapper::~ValueMapper() { delete getAsMapper(pImpl); }
1129 ValueMapper::registerAlternateMappingContext(ValueToValueMapTy &VM,
1134 void ValueMapper::addFlags(RemapFlags Flags) {
1138 Value *ValueMapper::mapValue(const Value &V)
    [all...]
  /src/external/apache2/llvm/lib/libLLVMTransformsUtils/
Makefile 82 ValueMapper.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 394 /// but this allows us to reuse the ValueMapper code.
434 ValueMapper Mapper;
509 /// materialization is done. The materializer called by ValueMapper is not
510 /// expected to delete constants, as ValueMapper is holding pointers to some
893 // Mapper::mapAppendingVariable() in ValueMapper.cpp.
1063 // done. It is not safe to do it now, since ValueMapper may be holding

Completed in 64 milliseconds