Searched refs:recursive_call_p (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-utils.h | 48 bool recursive_call_p (tree, tree);
|
H A D | ipa-pure-const.cc | 638 && recursive_call_p (current_function_decl, callee_t)) in check_call() 2357 if (callee_t && recursive_call_p (current_function_decl, in execute() 2381 && recursive_call_p (current_function_decl, callee_t) in execute()
|
H A D | ipa-utils.cc | 763 recursive_call_p (tree func, tree dest) in recursive_call_p() function
|
H A D | tree-tailcall.cc | 531 && recursive_call_p (current_function_decl, func)) in find_tail_calls()
|
H A D | predict.cc | 1943 && recursive_call_p (current_function_decl, decl)) in predict_loops() 3026 if (decl && recursive_call_p (current_function_decl, decl)) in tree_bb_level_predictions() 3967 && recursive_call_p (current_function_decl, decl)) in estimate_bb_frequencies()
|
H A D | ipa-modref.cc | 1635 if (recursive_call_p (current_function_decl, callee)) in analyze_call() 2463 if (callee && !m_ipa && recursive_call_p (current_function_decl, in analyze_ssa_name()
|
H A D | ChangeLog-2013 | 12020 (recursive_call_p): Likewise. 19947 (scan_function): Use recursive_call_p. 19958 * ipa-utils.c (recursive_call_p): New function. 19959 * ipa-utils.h (recursive_call_p): Dclare.
|
H A D | ChangeLog | 13826 (recursive_call_p): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-utils.h | 48 bool recursive_call_p (tree, tree);
|
H A D | ipa-pure-const.c | 640 && recursive_call_p (current_function_decl, callee_t)) in check_call() 2331 if (callee_t && recursive_call_p (current_function_decl, in execute() 2355 && recursive_call_p (current_function_decl, callee_t) in execute()
|
H A D | ipa-utils.c | 763 recursive_call_p (tree func, tree dest) in recursive_call_p() function
|
H A D | tree-tailcall.c | 534 && recursive_call_p (current_function_decl, func)) in find_tail_calls()
|
H A D | predict.c | 1904 && recursive_call_p (current_function_decl, decl)) in predict_loops() 2992 if (decl && recursive_call_p (current_function_decl, decl)) in tree_bb_level_predictions()
|