Searched refs:getIterationVariable (Results 1 – 5 of 5) sorted by relevance
286 if (failed(state.mapBlockArguments(getIterationVariable(), {op}))) in apply()301 BlockArgument iterVar = getIterationVariable(); in getEffects()
2535 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion()2755 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop()2927 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop()2983 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop()3052 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()3058 LS.getIterationVariable()->getType(), in emitDistributeParallelForInnerBounds()3079 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds()3467 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds()5428 .getIterationVariable() in EmitOMPScanDirective()5460 .getIterationVariable() in EmitOMPScanDirective()[all …]
3770 S.getIterationVariable()->getType(), S.getBeginLoc()); in getDefaultDistScheduleAndChunk()
132 BlockArgument getIterationVariable() {
1317 Expr *getIterationVariable() const { in getIterationVariable() function