Searched refs:phase1 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/libunwind/src/ |
| H A D | Unwind-sjlj.c | 345 _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 D | UnwindLevel1.c | 413 _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 D | Unwind-EHABI.cpp | 829 _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 D | hybrid.c | 1605 __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 D | AnalyzerOptions.def | 425 StringRef, CTUPhase1InliningMode, "ctu-phase1-inlining",
|