Lines Matching refs:LoopStack
2127 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), in EmitOMPInnerLoop()
2131 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2164 LoopStack.pop(); in EmitOMPInnerLoop()
2402 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2406 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
2411 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2415 CGF.LoopStack.setParallel(/*Enable=*/false); in emitSimdlenSafelenClause()
2421 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2422 LoopStack.setVectorizeEnable(); in EmitOMPSimdInit()
2426 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2435 LoopStack.setParallel(/*Enable=*/false); in EmitOMPSimdInit()
2511 CGF.LoopStack.setVectorizeEnable(/*Enable=*/false); in emitCommonSimdLoop()
2829 LoopStack.setUnrollState(LoopAttributes::Enable); in EmitOMPUnrollDirective()
2832 LoopStack.setUnrollState(LoopAttributes::Full); in EmitOMPUnrollDirective()
2838 LoopStack.setUnrollCount(Factor); in EmitOMPUnrollDirective()
2864 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2912 CGF.LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop()
2915 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPOuterLoop()
2948 LoopStack.pop(); in EmitOMPOuterLoop()
3450 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPWorksharingLoop()