Home
last modified time | relevance | path

Searched refs:getVM (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anoncb3f1d700111::Mapper
340 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue()
343 if (I != getVM().end()) { in mapValue()
351 getVM()[V] = NewV; in mapValue()
361 return getVM()[V] = const_cast<Value *>(V); in mapValue()
376 return getVM()[V] = const_cast<Value *>(V); in mapValue()
426 return getVM()[V] = const_cast<Value *>(V); in mapValue()
431 return getVM()[V] = const_cast<Value *>(V); in mapValue()
432 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()
448 return getVM()[E] = DSOLocalEquivalent::get(GV); in mapValue()
[all …]