HomeSort by: relevance | last modified time | path
    Searched defs:skip_function_for_local_pure_const (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-pure-const.cc 1469 skip_function_for_local_pure_const (struct cgraph_node *node)
1508 if (local && skip_function_for_local_pure_const (node))
1546 if (local && skip_function_for_local_pure_const (node))
2188 skip = skip_function_for_local_pure_const (node);
1468 skip_function_for_local_pure_const (struct cgraph_node *node) function
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-pure-const.cc 1458 skip_function_for_local_pure_const (struct cgraph_node *node)
1497 if (local && skip_function_for_local_pure_const (node))
1535 if (local && skip_function_for_local_pure_const (node))
2174 skip = skip_function_for_local_pure_const (node);
1457 skip_function_for_local_pure_const (struct cgraph_node *node) function

Completed in 14 milliseconds