Lines Matching refs:LoopStack
2049 LoopStack.push(CondBlock, CGM.getContext(), CGM.getCodeGenOpts(), in EmitOMPInnerLoop()
2053 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
2086 LoopStack.pop(); in EmitOMPInnerLoop()
2332 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2337 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
2342 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
2346 CGF.LoopStack.setParallel(/*Enable=*/false); in emitSimdlenSafelenClause()
2353 LoopStack.setParallel(!IsMonotonic); in EmitOMPSimdInit()
2354 LoopStack.setVectorizeEnable(); in EmitOMPSimdInit()
2358 LoopStack.setParallel(/*Enable=*/true); in EmitOMPSimdInit()
2367 LoopStack.setParallel(/*Enable=*/false); in EmitOMPSimdInit()
2444 CGF.LoopStack.setVectorizeEnable(/*Enable=*/false); in emitCommonSimdLoop()
2603 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
2651 CGF.LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop()
2654 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPOuterLoop()
2687 LoopStack.pop(); in EmitOMPOuterLoop()
3185 CGF.LoopStack.setParallel(/*Enable=*/true); in EmitOMPWorksharingLoop()