Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h52 static sys::Mutex *getMutex(ExecutionEngineState *EES);
53 static void onDelete(ExecutionEngineState *EES, const GlobalValue *Old);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp1113 ExecutionEngineState::AddressMapConfig::getMutex(ExecutionEngineState *EES) { in getMutex() argument
1114 return &EES->EE.lock; in getMutex()
1117 void ExecutionEngineState::AddressMapConfig::onDelete(ExecutionEngineState *EES, in onDelete() argument
1119 void *OldVal = EES->GlobalAddressMap.lookup(Old); in onDelete()
1120 EES->GlobalAddressReverseMap.erase(OldVal); in onDelete()