Home
last modified time | relevance | path

Searched refs:IVExpr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1716 const Expr *IVExpr = S.getIterationVariable(); in emitOMPSimdRegion() local
1783 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPOuterLoop() local
1946 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPForOuterLoop() local
2002 const Expr *IVExpr = S.getIterationVariable(); in EmitOMPDistributeOuterLoop() local
2098 const Expr *IVExpr = LS.getIterationVariable(); in emitDistributeParallelForDispatchBounds() local
2103 QualType IteratorTy = IVExpr->getType(); in emitDistributeParallelForDispatchBounds()
2227 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable()); in EmitOMPWorksharingLoop() local
2228 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPWorksharingLoop()
2463 const Expr *IVExpr = LS.getIterationVariable(); in emitDispatchForLoopBounds() local
3282 const auto *IVDecl = cast<VarDecl>(IVExpr->getDecl()); in EmitOMPDistributeLoop()
[all …]