Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.cpp534 assert(ProfileBlockInfoVarDecl == nullptr); in lowerProfileData()
537 ProfileBlockInfoVarDecl = in lowerProfileData()
539 ProfileBlockInfoVarDecl->setAlignment(typeWidthInBytes(IceType_i64)); in lowerProfileData()
540 ProfileBlockInfoVarDecl->setIsConstant(true); in lowerProfileData()
544 ProfileBlockInfoVarDecl->setName(this, "__Sz_block_profile_info"); in lowerProfileData()
549 ProfileBlockInfoVarDecl->addInitializer( in lowerProfileData()
559 ProfileBlockInfoVarDecl->addInitializer( in lowerProfileData()
562 Globals.push_back(ProfileBlockInfoVarDecl); in lowerProfileData()
DIceGlobalContext.h511 VariableDeclaration *ProfileBlockInfoVarDecl = nullptr; variable