Searched refs:try_tail_call (Results 1 – 3 of 3) sorted by relevance
1855 bool try_tail_call = CALL_EXPR_TAILCALL (exp); in expand_call() local2160 &try_tail_call, CALL_FROM_THUNK_P (exp)); in expand_call()2199 try_tail_call = 0; in expand_call()2208 || !try_tail_call in expand_call()2238 try_tail_call = 0; in expand_call()2254 for (pass = try_tail_call ? 0 : 1; pass < 2; pass++) in expand_call()
24532 * calls.c (expand_call): Rename safe_for_reeval to try_tail_call.
34707 call chain loop at 1 if !try_tail_call. Formatting.