Searched refs:m_called_functions (Results 1 – 6 of 6) sorted by relevance
233 std::vector<tree> m_called_functions; variable
153 m_parent.m_cf->m_called_functions.push_back (func_ref); in operator ()()
529 for (size_t i = 0; i < m_called_functions.size (); ++i) in analyze_calls()531 tree f = m_called_functions[i]; in analyze_calls()
1163 vec <tree> m_called_functions; variable
1995 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()
208 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);