Searched refs:convertOmpMaster (Results 1 – 2 of 2) sorted by relevance
94 virtual LogicalResult convertOmpMaster(Operation &op,
482 LogicalResult ModuleTranslation::convertOmpMaster(Operation &opInst, in convertOmpMaster() function in ModuleTranslation557 .Case([&](omp::MasterOp) { return convertOmpMaster(opInst, builder); }) in convertOmpOperation()