Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfg.h183 static bool isProfileGlobal(const VariableDeclaration &Var);
DIceGlobalContext.cpp488 if (Cfg::isProfileGlobal(*Global)) { in saveBlockInfoPtrs()
547 if (Cfg::isProfileGlobal(*PBI)) { in lowerProfileData()
DIceCfg.cpp192 bool Cfg::isProfileGlobal(const VariableDeclaration &Var) { in isProfileGlobal() function in Ice::Cfg