Searched refs:hasCancel (Results 1 – 4 of 4) sorted by relevance
283 bool hasCancel() const { return HasCancel; } in hasCancel() function915 bool hasCancel() const { return HasCancel; } in hasCancel() function1051 bool hasCancel() const { return HasCancel; } in hasCancel() function1111 bool hasCancel() const { return HasCancel; } in hasCancel() function1365 bool hasCancel() const { return HasCancel; } in hasCancel() function1506 bool hasCancel() const { return HasCancel; } in hasCancel() function1576 bool hasCancel() const { return HasCancel; } in hasCancel() function2374 bool hasCancel() const { return HasCancel; } in hasCancel() function
2225 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelDirective()2236 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPForDirective()2249 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPSectionsDirective()2256 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPSectionDirective()2283 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelForDirective()2298 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPParallelSectionsDirective()2306 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPTaskDirective()2364 Record.push_back(D->hasCancel() ? 1 : 0); in VisitOMPTargetParallelForDirective()
81 bool hasCancel() const { return HasCancel; } in hasCancel() function in __anon50ddb8e60111::CGOpenMPRegionInfo850 HasCancel = OPD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()852 HasCancel = OPSD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()854 HasCancel = OPFD->hasCancel(); in emitParallelOrTeamsOutlinedFunction()887 TD ? TD->hasCancel() : false, Action); in emitTaskOutlinedFunction()2338 if (!ForceSimpleCall && OMPRegionInfo->hasCancel()) { in emitBarrierCall()4678 if (OMPRegionInfo->hasCancel()) { in emitCancellationPointCall()
2118 S.hasCancel()); in EmitOMPForDirective()2272 HasCancel = OSD->hasCancel(); in EmitSections()2274 HasCancel = OPSD->hasCancel(); in EmitSections()2306 S.hasCancel()); in EmitOMPSectionDirective()