Searched refs:NumStructs (Results 1 – 3 of 3) sorted by relevance
43 u32 NumStructs; member57 u32 NumStructs; member132 for (u32 i = 0; i < CacheFrag->NumStructs; ++i) { in registerStructInfo()139 ++Ctx->NumStructs; in registerStructInfo()150 for (u32 i = 0; i < CacheFrag->NumStructs; ++i) { in unregisterStructInfo()159 --Ctx->NumStructs; in unregisterStructInfo()166 if (Ctx->NumStructs == 0 && !Reported) { in unregisterStructInfo()177 CacheFrag->UnitName, CacheFrag->NumStructs); in processCacheFragCompilationUnitInit()184 CacheFrag->UnitName, CacheFrag->NumStructs); in processCacheFragCompilationUnitExit()194 Ctx->NumStructs = 0; in initializeCacheFrag()
403 unsigned NumStructs = 0; in createCacheFragInfoGV() local411 ++NumStructs; in createCacheFragInfoGV()469 if (NumStructs == 0) { in createCacheFragInfoGV()472 auto *StructInfoArrayTy = ArrayType::get(StructInfoTy, NumStructs); in createCacheFragInfoGV()484 ConstantInt::get(Int32Ty, NumStructs), in createCacheFragInfoGV()
414 unsigned NumStructs = 0; in createCacheFragInfoGV() local422 ++NumStructs; in createCacheFragInfoGV()479 if (NumStructs == 0) { in createCacheFragInfoGV()482 auto *StructInfoArrayTy = ArrayType::get(StructInfoTy, NumStructs); in createCacheFragInfoGV()493 ConstantInt::get(Int32Ty, NumStructs), StructInfo)); in createCacheFragInfoGV()