Searched refs:CurTileCount (Results 1 – 2 of 2) sorted by relevance
355 SemaRef.TileInfo.CurTileCount = in SetTileInfoBeforeAssociatedStmt()954 if (TileInfo.CurTileCount && *TileInfo.CurTileCount > 0) { in ActOnWhileStmt()964 TileInfo.CurTileCount = std::nullopt; in ActOnWhileStmt()989 if (TileInfo.CurTileCount && *TileInfo.CurTileCount > 0) { in ActOnDoStmt()998 TileInfo.CurTileCount = std::nullopt; in ActOnDoStmt()1035 if (TileInfo.CurTileCount && *TileInfo.CurTileCount > 0) { in ForStmtBeginHelper()1047 TileInfo.CurTileCount = *TileInfo.CurTileCount - 1; in ForStmtBeginHelper()1050 if (*TileInfo.CurTileCount == 0) in ForStmtBeginHelper()1699 bool IsActiveTile = TileInfo.CurTileCount && *TileInfo.CurTileCount > 0; in ActOnForStmtEnd()1946 if (TileInfo.CurTileCount && *TileInfo.CurTileCount > 0) { in ActOnStartStmtDirective()
108 UnsignedOrNone CurTileCount = std::nullopt; member