Searched refs:IsMonotonic (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2806 bool DynamicOrOrdered, bool IsMonotonic, const OMPLoopDirective &S, in EmitOMPOuterLoop() argument 2868 [&S, IsMonotonic](CodeGenFunction &CGF, PrePostActionTy &) { in EmitOMPOuterLoop() 2872 CGF.LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop() 2922 const OpenMPScheduleTy &ScheduleKind, bool IsMonotonic, in EmitOMPForOuterLoop() argument 3022 EmitOMPOuterLoop(DynamicOrOrdered, IsMonotonic, S, LoopScope, OuterLoopArgs, in EmitOMPForOuterLoop() 3385 bool IsMonotonic = in EmitOMPWorksharingLoop() local 3464 EmitOMPForOuterLoop(ScheduleKind, IsMonotonic, S, LoopScope, Ordered, in EmitOMPWorksharingLoop()
|
H A D | CodeGenFunction.h | 3717 void EmitOMPOuterLoop(bool DynamicOrOrdered, bool IsMonotonic, 3723 bool IsMonotonic, const OMPLoopDirective &S,
|