Searched refs:gimple_call_builtin_p (Results 1 – 2 of 2) sorted by relevance
80 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA)) in is_alloca()84 if (gimple_call_builtin_p(stmt, BUILT_IN_ALLOCA_WITH_ALIGN)) in is_alloca()
210 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() function