Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp617 auto sectionOp = dyn_cast<omp::SectionOp>(op); in convertOmpSections() local
618 if (!sectionOp) // omp.terminator in convertOmpSections()
621 Region &region = sectionOp.region(); in convertOmpSections()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenMP.cpp1187 mlir::omp::SectionOp sectionOp = in genOMP() local
1189 createBodyOfOp<omp::SectionOp>(sectionOp, converter, currentLocation, eval); in genOMP()