GCC Middle and Back End API Reference
attr-fnspec.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  attr_fnspec
 

Functions

attr_fnspec gimple_call_fnspec (const gcall *stmt)
 
attr_fnspec builtin_fnspec (tree)
 

Function Documentation

◆ builtin_fnspec()

attr_fnspec builtin_fnspec ( tree callee)
extern
If CALLEE has known side effects, fill in INFO and return true.
See tree-ssa-structalias.cc:find_func_aliases
for the list of builtins we might need to handle here.   

References CASE_BUILT_IN_ALLOCA, CASE_BUILT_IN_TM_LOAD, CASE_BUILT_IN_TM_STORE, DECL_FUNCTION_CODE(), and ggc_alloc().

Referenced by decl_fnspec(), and gimple_call_fnspec().

◆ gimple_call_fnspec()