Searched defs:NestedLoopCount (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9154 checkOpenMPIterationSpace(OpenMPDirectiveKind DKind,Stmt * S,Sema & SemaRef,DSAStackTy & DSA,unsigned CurrentNestedLoopCount,unsigned NestedLoopCount,unsigned TotalNestedLoopCount,Expr * CollapseLoopCountExpr,Expr * OrderedLoopCountExpr,SemaOpenMP::VarsWithInheritedDSAType & VarsWithImplicitDSA,llvm::MutableArrayRef<LoopIterationSpace> ResultIterSpaces,llvm::MapVector<const Expr *,DeclRefExpr * > & Captures) checkOpenMPIterationSpace() argument 9578 unsigned NestedLoopCount = 1; checkOpenMPLoop() local 10363 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPSimdDirective() local 10395 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPForDirective() local 10421 unsigned NestedLoopCount = ActOnOpenMPForSimdDirective() local 10599 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPGenericLoopDirective() local 10628 unsigned NestedLoopCount = ActOnOpenMPTeamsGenericLoopDirective() local 10662 unsigned NestedLoopCount = ActOnOpenMPTargetTeamsGenericLoopDirective() local 10695 unsigned NestedLoopCount = ActOnOpenMPParallelGenericLoopDirective() local 10727 unsigned NestedLoopCount = ActOnOpenMPTargetParallelGenericLoopDirective() local 10865 unsigned NestedLoopCount = ActOnOpenMPParallelForDirective() local 10891 unsigned NestedLoopCount = ActOnOpenMPParallelForSimdDirective() local 12981 unsigned NestedLoopCount = ActOnOpenMPTargetParallelForDirective() local 13209 unsigned NestedLoopCount = ActOnOpenMPTaskLoopDirective() local 13247 unsigned NestedLoopCount = ActOnOpenMPTaskLoopSimdDirective() local 13286 unsigned NestedLoopCount = ActOnOpenMPMasterTaskLoopDirective() local 13324 unsigned NestedLoopCount = ActOnOpenMPMaskedTaskLoopDirective() local 13362 unsigned NestedLoopCount = ActOnOpenMPMasterTaskLoopSimdDirective() local 13401 unsigned NestedLoopCount = ActOnOpenMPMaskedTaskLoopSimdDirective() local 13442 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPParallelMasterTaskLoopDirective() local 13481 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPParallelMaskedTaskLoopDirective() local 13520 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPParallelMasterTaskLoopSimdDirective() local 13560 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPParallelMaskedTaskLoopSimdDirective() local 13601 unsigned NestedLoopCount = ActOnOpenMPDistributeDirective() local 13630 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPDistributeParallelForDirective() local 13657 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPDistributeParallelForSimdDirective() local 13686 unsigned NestedLoopCount = ActOnOpenMPDistributeSimdDirective() local 13715 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPTargetParallelForSimdDirective() local 13743 unsigned NestedLoopCount = ActOnOpenMPTargetSimdDirective() local 13772 unsigned NestedLoopCount = ActOnOpenMPTeamsDistributeDirective() local 13800 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPTeamsDistributeSimdDirective() local 13831 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPTeamsDistributeParallelForSimdDirective() local 13862 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPTeamsDistributeParallelForDirective() local 13917 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPTargetTeamsDistributeDirective() local 13943 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPTargetTeamsDistributeParallelForDirective() local 13970 unsigned NestedLoopCount = ActOnOpenMPTargetTeamsDistributeParallelForSimdDirective() local 14000 unsigned NestedLoopCount = checkOpenMPLoop( ActOnOpenMPTargetTeamsDistributeSimdDirective() local [all...] |