Searched refs:TheVarRegion (Results 1 – 1 of 1) sorted by relevance
242 if (const VarRegion *TheVarRegion = BaseRegion->getAs<VarRegion>()) { in checkFieldRegionAlign() local243 if (isVarRegionAlignedProperly(TheVarRegion, C, P, AllocatedTAlign)) { in checkFieldRegionAlign()288 else if (const VarRegion *TheVarRegion = MRegion->getAs<VarRegion>()) in checkPlaceIsAlignedProperly() local289 isVarRegionAlignedProperly(TheVarRegion, C, Place, AllocatedTAlign); in checkPlaceIsAlignedProperly()