Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h93 bool CollapseDepthSatisfied = true; member
974 PreserveDepth ? SemaRef.CollapseInfo.CollapseDepthSatisfied in ~LoopInConstructRAII()
975 : OldCollapseInfo.CollapseDepthSatisfied; in ~LoopInConstructRAII()
987 SemaRef.CollapseInfo.CollapseDepthSatisfied = CollapseDepthSatisified; in ~LoopInConstructRAII()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp272 SemaRef.CollapseInfo.CollapseDepthSatisfied = true; in SetCollapseInfoBeforeAssociatedStmt()
321 SemaRef.CollapseInfo.CollapseDepthSatisfied = false; in SetCollapseInfoBeforeAssociatedStmt()
1031 CollapseInfo.CollapseDepthSatisfied = true; in ForStmtBeginHelper()
2099 if (!CollapseInfo.CollapseDepthSatisfied || !TileInfo.TileDepthSatisfied) { in ActOnAssociatedStmt()
2100 if (!CollapseInfo.CollapseDepthSatisfied) { in ActOnAssociatedStmt()