HomeSort by relevance Sort by last modified time
    Searched refs:cgraph_max_uid (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 465 ipa_node_params_vector.create (cgraph_max_uid);
467 if (ipa_node_params_vector.length () <= (unsigned) cgraph_max_uid)
468 ipa_node_params_vector.safe_grow_cleared (cgraph_max_uid + 1);
cgraph.h 512 extern GTY(()) int cgraph_max_uid; variable
    [all...]

Completed in 50 milliseconds