Lines Matching refs:LoopStack
2091 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), in EmitOMPInnerLoop()
2095 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2128 LoopStack.pop(); in EmitOMPInnerLoop()
2366 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2370 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
2375 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2379 CGF.LoopStack.setParallel(/*Enable=*/false); in emitSimdlenSafelenClause()
2385 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2386 LoopStack.setVectorizeEnable(); in EmitOMPSimdInit()
2390 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2399 LoopStack.setParallel(/*Enable=*/false); in EmitOMPSimdInit()
2476 CGF.LoopStack.setVectorizeEnable(/*Enable=*/false); in emitCommonSimdLoop()
2731 LoopStack.setUnrollState(LoopAttributes::Enable); in EmitOMPUnrollDirective()
2734 LoopStack.setUnrollState(LoopAttributes::Full); in EmitOMPUnrollDirective()
2740 LoopStack.setUnrollCount(Factor); in EmitOMPUnrollDirective()
2766 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2814 CGF.LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop()
2817 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPOuterLoop()
2850 LoopStack.pop(); in EmitOMPOuterLoop()
3347 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPWorksharingLoop()