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

  /src/external/gpl3/gcc/dist/gcc/
ipa-modref.cc 820 ignore_stores_p (tree caller, int flags) function in namespace:__anon13787
914 if (ignore_stores_p (current_function_decl, callee_ecf_flags))
1402 if (!ignore_stores_p (current_function_decl, flags))
1489 if (!ignore_stores_p (current_function_decl, flags))
1545 if (ignore_stores_p (current_function_decl, flags))
2477 bool ignore_stores = ignore_stores_p (current_function_decl,
4644 if (ignore_stores_p (node->decl, ecf_flags))
4694 if (!ignore_stores_p (node->decl, ecf_flags))
4813 bool ignore_stores = ignore_stores_p (cur->decl, flags);
5090 bool ignore_stores = ignore_stores_p (caller, callee_ecf_flags)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-modref.cc 818 ignore_stores_p (tree caller, int flags) function in namespace:__anon16217
912 if (ignore_stores_p (current_function_decl, callee_ecf_flags))
1400 if (!ignore_stores_p (current_function_decl, flags))
1487 if (!ignore_stores_p (current_function_decl, flags))
1543 if (ignore_stores_p (current_function_decl, flags))
2474 bool ignore_stores = ignore_stores_p (current_function_decl,
4588 if (ignore_stores_p (node->decl, ecf_flags))
4638 if (!ignore_stores_p (node->decl, ecf_flags))
4757 bool ignore_stores = ignore_stores_p (cur->decl, flags);
5034 bool ignore_stores = ignore_stores_p (caller, callee_ecf_flags)
    [all...]

Completed in 24 milliseconds