Lines Matching refs:LoopStack
2057 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), in EmitOMPInnerLoop()
2061 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2094 LoopStack.pop(); in EmitOMPInnerLoop()
2339 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2343 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
2348 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2352 CGF.LoopStack.setParallel(/*Enable=*/false); in emitSimdlenSafelenClause()
2358 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2359 LoopStack.setVectorizeEnable(); in EmitOMPSimdInit()
2363 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2372 LoopStack.setParallel(/*Enable=*/false); in EmitOMPSimdInit()
2449 CGF.LoopStack.setVectorizeEnable(/*Enable=*/false); in emitCommonSimdLoop()
2595 LoopStack.setUnrollState(LoopAttributes::Enable); in EmitOMPUnrollDirective()
2598 LoopStack.setUnrollState(LoopAttributes::Full); in EmitOMPUnrollDirective()
2604 LoopStack.setUnrollCount(Factor); in EmitOMPUnrollDirective()
2630 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2678 CGF.LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop()
2681 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPOuterLoop()
2714 LoopStack.pop(); in EmitOMPOuterLoop()
3211 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPWorksharingLoop()