Home
last modified time | relevance | path

Searched refs:CurTileCount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp355 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()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h108 UnsignedOrNone CurTileCount = std::nullopt; member