Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceThreading.cpp36 void EmitterWorkItem::setGlobalInits( in setGlobalInits() function in Ice::EmitterWorkItem
DIceThreading.h186 void setGlobalInits(std::unique_ptr<VariableDeclarationList> GloblInits);
DIceGlobalContext.cpp431 Item->setGlobalInits(Func->getGlobalInits()); in translateFunctions()
440 Item->setGlobalInits(std::move(GlobalInits)); in translateFunctions()