Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h113 bool TileDepthSatisfied = true; member
976 bool TileDepthSatisfied = PreserveDepth in ~LoopInConstructRAII() local
977 ? SemaRef.TileInfo.TileDepthSatisfied in ~LoopInConstructRAII()
978 : OldTileInfo.TileDepthSatisfied; in ~LoopInConstructRAII()
988 SemaRef.TileInfo.TileDepthSatisfied = TileDepthSatisfied; in ~LoopInConstructRAII()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp274 SemaRef.TileInfo.TileDepthSatisfied = true; in SetCollapseInfoBeforeAssociatedStmt()
354 SemaRef.TileInfo.TileDepthSatisfied = false; in SetTileInfoBeforeAssociatedStmt()
1051 TileInfo.TileDepthSatisfied = true; in ForStmtBeginHelper()
2099 if (!CollapseInfo.CollapseDepthSatisfied || !TileInfo.TileDepthSatisfied) { in ActOnAssociatedStmt()
2109 if (!TileInfo.TileDepthSatisfied) { in ActOnAssociatedStmt()