Lines Matching defs:CapturedStmt
92 const CapturedStmt *CS = S.getCapturedStmt(*CapturedRegion);
286 const auto *CS = cast_or_null<CapturedStmt>(S.getAssociatedStmt());
304 CS = dyn_cast<CapturedStmt>(CS->getCapturedStmt());
353 const CapturedStmt &S, SmallVectorImpl<llvm::Value *> &CapturedVars) {
357 for (CapturedStmt::const_capture_init_iterator I = S.capture_init_begin(),
433 const CapturedStmt *S = nullptr;
444 explicit FunctionOptions(const CapturedStmt *S, bool UIntPtrCastRequired,
638 CodeGenFunction::GenerateOpenMPCapturedStmtFunction(const CapturedStmt &S,
1568 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1793 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
1982 const CapturedStmt *S) {
2065 const CapturedStmt *DistanceFunc = S->getDistanceFunc();
2067 const CapturedStmt *LoopVarFunc = S->getLoopVarFunc();
2122 const CapturedStmt *ICS = OMPED.getInnermostCapturedStmt();
4022 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt();
4023 const auto *CS = dyn_cast<CompoundStmt>(CapturedStmt);
4025 auto &&CodeGen = [&S, CapturedStmt, CS,
4056 auto &&BodyGen = [CapturedStmt, CS, &S, &IV](CodeGenFunction &CGF) {
4086 CGF.EmitStmt(CapturedStmt);
4177 const CapturedStmt *ICS = S.getInnermostCapturedStmt();
4178 const Stmt *CapturedStmt = S.getInnermostCapturedStmt()->getCapturedStmt();
4179 const auto *CS = dyn_cast<CompoundStmt>(CapturedStmt);
4191 auto SectionCB = [this, CapturedStmt](InsertPointTy AllocaIP,
4194 *this, CapturedStmt, AllocaIP, CodeGenIP, "section");
4603 void VisitCapturedStmt(const CapturedStmt *) {}
4658 const CapturedStmt *CS = S.getCapturedStmt(CapturedRegion);
5074 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task);
5220 const CapturedStmt *CS,
5306 const CapturedStmt *CS = S.getCapturedStmt(OMPD_task);
5892 const CapturedStmt *S,
5955 const CapturedStmt *CS = S.getInnermostCapturedStmt();
5998 const CapturedStmt *CS = S.getInnermostCapturedStmt();
6785 const CapturedStmt *CS = S.getCapturedStmt(OMPD_teams);
7534 const CapturedStmt *CS = S.getCapturedStmt(OMPD_parallel);
7667 const CapturedStmt *CS = S.getCapturedStmt(OMPD_taskloop);
7928 cast<CapturedStmt>(S.getAssociatedStmt())->getCapturedStmt();