Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp654 accumulateGlobals(Item->getGlobalInits()); in emitItems()
658 accumulateGlobals(Item->getGlobalInits()); in emitItems()
682 accumulateGlobals(Item->getGlobalInits()); in emitItems()
DIceGlobalContext.h550 void accumulateGlobals(std::unique_ptr<VariableDeclarationList> Globls) { in accumulateGlobals() function