Lines Matching defs:sectionsOp
1518 auto sectionsOp = cast<omp::SectionsOp>(opInst);
1523 llvm::ArrayRef<bool> isByRef = getIsByRef(sectionsOp.getReductionByref());
1524 assert(isByRef.size() == sectionsOp.getNumReductionVars());
1527 collectReductionDecls(sectionsOp, reductionDecls);
1532 sectionsOp.getNumReductionVars());
1539 sectionsOp, reductionArgs, builder, moduleTranslation, allocaIP,
1552 for (Operation &op : *sectionsOp.getRegion().begin()) {
1558 auto sectionCB = [§ionsOp, ®ion, &builder, &moduleTranslation](
1567 sectionsOp.getRegion().getNumArguments());
1569 sectionsOp.getRegion().getArguments(), region.getArguments())) {
1588 assert(isa<omp::SectionOp>(*sectionsOp.getRegion().op_begin()));
1609 sectionsOp.getNowait());
1617 return createReductionsAndCleanup(sectionsOp, builder, moduleTranslation,