Lines Matching refs:LoopStack
1284 LoopStack.push(CondBlock, Builder.getCurrentDebugLocation()); in EmitOMPInnerLoop()
1316 LoopStack.pop(); in EmitOMPInnerLoop()
1517 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
1522 CGF.LoopStack.setParallel(!D.getSingleClause<OMPSafelenClause>()); in emitSimdlenSafelenClause()
1527 CGF.LoopStack.setVectorizeWidth(Val->getZExtValue()); in emitSimdlenSafelenClause()
1531 CGF.LoopStack.setParallel(false); in emitSimdlenSafelenClause()
1538 LoopStack.setParallel(!IsMonotonic); in EmitOMPSimdInit()
1539 LoopStack.setVectorizeEnable(true); in EmitOMPSimdInit()
1685 LoopStack.push(CondBlock, Builder.getCurrentDebugLocation()); in EmitOMPOuterLoop()
1726 LoopStack.setParallel(!IsMonotonic); in EmitOMPOuterLoop()
1752 LoopStack.pop(); in EmitOMPOuterLoop()