Searched refs:OPSD (Results 1 – 4 of 4) sorted by relevance
2273 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections() local2274 HasCancel = OPSD->hasCancel(); in EmitSections()
851 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local852 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
3532 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S)) in EmitSections() local3533 HasCancel = OPSD->hasCancel(); in EmitSections()
1249 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D)) in emitParallelOrTeamsOutlinedFunction() local1250 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()