Searched refs:getVM (Results 1 – 3 of 3) sorted by relevance
179 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anonad0d22330111::Mapper341 ValueToValueMapTy::iterator I = getVM().find(V); in mapValue()344 if (I != getVM().end()) { in mapValue()352 getVM()[V] = NewV; in mapValue()362 return getVM()[V] = const_cast<Value *>(V); in mapValue()376 return getVM()[V] = const_cast<Value *>(V); in mapValue()401 return getVM()[V] = const_cast<Value *>(V); in mapValue()406 return getVM()[V] = const_cast<Value *>(V); in mapValue()407 return getVM()[V] = MetadataAsValue::get(V->getContext(), MappedMD); in mapValue()448 return getVM()[V] = C; in mapValue()[all …]
167 ValueToValueMapTy &getVM() { return *MCs[CurrentMCID].VM; } in getVM() function in __anond37ff2db0111::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::__anon0718ef300111::ScopedJNIEnv