Home
last modified time | relevance | path

Searched refs:phase1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libunwind/src/
H A DUnwind-sjlj.c345 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object); in _Unwind_SjLj_RaiseException() local
346 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException()
347 return phase1; in _Unwind_SjLj_RaiseException()
H A DUnwindLevel1.c413 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); in _Unwind_RaiseException() local
414 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
415 return phase1; in _Unwind_RaiseException()
H A DUnwind-EHABI.cpp829 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, &cursor, exception_object); in _Unwind_RaiseException() local
830 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
831 return phase1; in _Unwind_RaiseException()
/llvm-project-15.0.7/polly/lib/External/ppcg/
H A Dhybrid.c1605 __isl_keep ppcg_ht_phase *phase0, __isl_keep ppcg_ht_phase *phase1) in combine_time_tile() argument
1610 if (!phase0 || !phase1) in combine_time_tile()
1616 T = isl_aff_copy(phase1->time_tile); in combine_time_tile()
1617 time1 = isl_pw_aff_alloc(ppcg_ht_phase_get_domain(phase1), T); in combine_time_tile()
2088 isl_union_set *phase1; in ppcg_ht_bounds_insert_tiling() local
2117 phase1 = isl_union_set_from_set(ppcg_ht_phase_get_domain(phase_1)); in ppcg_ht_bounds_insert_tiling()
2118 phase1 = isl_union_set_preimage_union_pw_multi_aff(phase1, upma); in ppcg_ht_bounds_insert_tiling()
2122 phases = isl_union_set_list_add(phases, phase1); in ppcg_ht_bounds_insert_tiling()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def425 StringRef, CTUPhase1InliningMode, "ctu-phase1-inlining",