Searched refs:fndecl (Results 1 – 2 of 2) sorted by relevance
206 tree fndecl; in gimple_call_builtin_p() local210 fndecl = gimple_call_fndecl(stmt); in gimple_call_builtin_p()211 if (!fndecl || DECL_BUILT_IN_CLASS(fndecl) != BUILT_IN_NORMAL) in gimple_call_builtin_p()213 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p()
440 tree frame_addr, rand_const, tmp, fndecl, udi_frame_addr; in init_local_entropy() local449 fndecl = builtin_decl_implicit(BUILT_IN_FRAME_ADDRESS); in init_local_entropy()450 call = gimple_build_call(fndecl, 1, integer_zero_node); in init_local_entropy()