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

  /src/external/gpl3/gcc/dist/gcc/
cfghooks.h 103 bool (*can_remove_branch_p) (const_edge); member in struct:cfg_hooks
224 extern bool can_remove_branch_p (const_edge);
cfghooks.cc 405 can_remove_branch_p (const_edge e) function
407 if (!cfg_hooks->can_remove_branch_p)
408 internal_error ("%s does not support can_remove_branch_p",
414 return cfg_hooks->can_remove_branch_p (e);
418 from its source. Can_remove_branch_p must be true for E, hence this
  /src/external/gpl3/gcc.old/dist/gcc/
cfghooks.h 103 bool (*can_remove_branch_p) (const_edge); member in struct:cfg_hooks
224 extern bool can_remove_branch_p (const_edge);
cfghooks.cc 403 can_remove_branch_p (const_edge e) function
405 if (!cfg_hooks->can_remove_branch_p)
406 internal_error ("%s does not support can_remove_branch_p",
412 return cfg_hooks->can_remove_branch_p (e);
416 from its source. Can_remove_branch_p must be true for E, hence this

Completed in 60 milliseconds