HomeSort by relevance Sort by last modified time
    Searched refs:ProfileBlockInfoVarDecl (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceGlobalContext.cpp 531 // ProfileBlockInfoVarDecl is initialized in the constructor, and will only
534 assert(ProfileBlockInfoVarDecl == nullptr);
537 ProfileBlockInfoVarDecl =
539 ProfileBlockInfoVarDecl->setAlignment(typeWidthInBytes(IceType_i64));
540 ProfileBlockInfoVarDecl->setIsConstant(true);
544 ProfileBlockInfoVarDecl->setName(this, "__Sz_block_profile_info");
549 ProfileBlockInfoVarDecl->addInitializer(
559 ProfileBlockInfoVarDecl->addInitializer(
562 Globals.push_back(ProfileBlockInfoVarDecl);
    [all...]
IceGlobalContext.h 511 VariableDeclaration *ProfileBlockInfoVarDecl = nullptr;

Completed in 905 milliseconds