Lines Matching refs:LoopStack
2099 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), in EmitOMPInnerLoop()
2103 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2136 LoopStack.pop(); in EmitOMPInnerLoop()
2374 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2378 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
2383 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2387 CGF.LoopStack.setParallel(/*Enable=*/false); in emitSimdlenSafelenClause()
2393 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2394 LoopStack.setVectorizeEnable(); in EmitOMPSimdInit()
2398 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2407 LoopStack.setParallel(/*Enable=*/false); in EmitOMPSimdInit()
2484 CGF.LoopStack.setVectorizeEnable(/*Enable=*/false); in emitCommonSimdLoop()
2789 LoopStack.setUnrollState(LoopAttributes::Enable); in EmitOMPUnrollDirective()
2792 LoopStack.setUnrollState(LoopAttributes::Full); in EmitOMPUnrollDirective()
2798 LoopStack.setUnrollCount(Factor); in EmitOMPUnrollDirective()
2824 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2872 CGF.LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop()
2875 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPOuterLoop()
2908 LoopStack.pop(); in EmitOMPOuterLoop()
3405 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPWorksharingLoop()