Home
last modified time | relevance | path

Searched refs:m_functions_with_enodes (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dexploded-graph.h934 hash_set<function *> m_functions_with_enodes; variable
H A Dengine.cc2504 if (m_functions_with_enodes.contains (fun)) in add_function_entry()
2536 m_functions_with_enodes.add (fun); in add_function_entry()
H A DChangeLog3620 (exploded_graph::add_function_entry): Use m_functions_with_enodes
3629 (exploded_graph::m_functions_with_enodes): New field.