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.cpp180 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anoncb3f1d700111::Mapper
342 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue()
345 if (I != getVM().end()) { in mapValue()
353 getVM()[V] = NewV; in mapValue()
363 return getVM()[V] = const_cast<Value *>(V); in mapValue()
378 return getVM()[V] = const_cast<Value *>(V); in mapValue()
427 return getVM()[V] = const_cast<Value *>(V); in mapValue()
432 return getVM()[V] = const_cast<Value *>(V); in mapValue()
433 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()
449 return getVM()[E] = DSOLocalEquivalent::get(GV); in mapValue()
[all …]