Searched refs:getVM (Results 1 – 4 of 4) sorted by relevance
174 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anon4ed8d0600111::Mapper336 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue()339 if (I != getVM().end()) { in mapValue()347 getVM()[V] = NewV; in mapValue()357 return getVM()[V] = const_cast<Value *>(V); in mapValue()372 return getVM()[V] = const_cast<Value *>(V); in mapValue()397 return getVM()[V] = const_cast<Value *>(V); in mapValue()402 return getVM()[V] = const_cast<Value *>(V); in mapValue()403 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()444 return getVM()[V] = C; in mapValue()[all …]
167 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anond8860f520111::Mapper340 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()375 return getVM()[V] = const_cast<Value *>(V); in mapValue()400 return getVM()[V] = const_cast<Value *>(V); in mapValue()405 return getVM()[V] = const_cast<Value *>(V); in mapValue()406 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()447 return getVM()[V] = C; in mapValue()[all …]
178 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anon885eaf740111::Mapper340 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()375 return getVM()[V] = const_cast<Value *>(V); in mapValue()400 return getVM()[V] = const_cast<Value *>(V); in mapValue()405 return getVM()[V] = const_cast<Value *>(V); in mapValue()406 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()447 return getVM()[V] = C; in mapValue()[all …]
49 JavaVM* getVM (void) const { return m_vm; } in getVM() function in tcu::Android::__anon1ba801870111::ScopedJNIEnv