Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp489 ProfileBlockInfos.push_back(Global); in saveBlockInfoPtrs()
523 if (ProfileBlockInfos.empty() && DisposeGlobalVariablesAfterLowering) { in lowerGlobals()
546 for (const VariableDeclaration *PBI : ProfileBlockInfos) { in lowerProfileData()
DIceGlobalContext.h512 std::vector<VariableDeclaration *> ProfileBlockInfos; variable