Lines Matching refs:LoopStack
1335 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPInnerLoop()
1368 LoopStack.pop(); in EmitOMPInnerLoop()
1594 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
1599 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
1604 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
1608 CGF.LoopStack.setParallel(/*Enable=*/false); in emitSimdlenSafelenClause()
1615 LoopStack.setParallel(!IsMonotonic); in EmitOMPSimdInit()
1616 LoopStack.setVectorizeEnable(); in EmitOMPSimdInit()
1793 LoopStack.push(CondBlock, SourceLocToDebugLoc(R.getBegin()), in EmitOMPOuterLoop()
1838 LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop()
1867 LoopStack.pop(); in EmitOMPOuterLoop()