Searched refs:ProfileBlockInfoVarDecl (Results 1 – 2 of 2) sorted by relevance
534 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()
511 VariableDeclaration *ProfileBlockInfoVarDecl = nullptr; variable