Lines Matching refs:hasCancel
94 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anonbe229beb0111::CGOpenMPRegionInfo
1246 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1248 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1250 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1252 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1254 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1256 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1259 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1262 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()
1319 HasCancel = TD->hasCancel(); in emitTaskOutlinedFunction()
1321 HasCancel = TD->hasCancel(); in emitTaskOutlinedFunction()
1323 HasCancel = TD->hasCancel(); in emitTaskOutlinedFunction()
1325 HasCancel = TD->hasCancel(); in emitTaskOutlinedFunction()
2533 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()
6252 if (CancelRegion == OMPD_taskgroup || OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()