Home
last modified time | relevance | path

Searched refs:m_called_functions (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/
H A Dbrig-function.h233 std::vector<tree> m_called_functions; variable
H A Dbrig-branch-inst-handler.cc153 m_parent.m_cf->m_called_functions.push_back (func_ref); in operator ()()
H A Dbrig-function.cc529 for (size_t i = 0; i < m_called_functions.size (); ++i) in analyze_calls()
531 tree f = m_called_functions[i]; in analyze_calls()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhsa-common.h1163 vec <tree> m_called_functions; variable
H A Dhsa-brig.c1995 for (unsigned i = 0; i < hsa_cfun->m_called_functions.length (); i++) in hsa_brig_emit_function()
1997 tree called = hsa_cfun->m_called_functions[i]; in hsa_brig_emit_function()
H A Dhsa-gen.c208 m_private_variables (vNULL), m_called_functions (vNULL), in hsa_function_representation()
227 m_private_variables (vNULL), m_called_functions (vNULL), in hsa_function_representation()
263 m_called_functions.release (); in ~hsa_function_representation()
3604 hsa_cfun->m_called_functions.safe_push (call_insn->m_called_function);