Home
last modified time | relevance | path

Searched refs:builtin_safe_for_const_function_p (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-utils.h52 bool builtin_safe_for_const_function_p (bool *, tree);
H A Dipa-pure-const.cc513 builtin_safe_for_const_function_p (bool *looping, tree callee) in builtin_safe_for_const_function_p() function
601 if (builtin_safe_for_const_function_p (&call_looping, callee_t)) in check_call()
1677 else if (builtin_safe_for_const_function_p (&edge_looping, in propagate_pure_const()
H A Dipa-modref.cc1650 if (builtin_safe_for_const_function_p (&looping, callee)) in analyze_call()
4495 && builtin_safe_for_const_function_p (&looping, e->callee->decl)) in propagate_unknown_call()
H A DChangeLog-20215331 (builtin_safe_for_const_function_p): ... this one.