HomeSort by: relevance | last modified time | path
    Searched refs:verify_gimple_in_cfg (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-cfg.h 67 extern bool verify_gimple_in_cfg (struct function *, bool, bool = true);
passes.cc 2090 verify_gimple_in_cfg (cfun, !from_ipa_pass);
tree-cfg.cc 5510 verify_gimple_in_cfg (struct function *fn, bool verify_nothrow, bool ice) function
  /src/external/gpl3/gcc.old/dist/gcc/
tree-cfg.h 66 extern void verify_gimple_in_cfg (struct function *, bool);
passes.cc 2086 verify_gimple_in_cfg (cfun, !from_ipa_pass);
tree-cfg.cc 5405 verify_gimple_in_cfg (struct function *fn, bool verify_nothrow) function
  /src/external/gpl3/gcc/dist/gcc/c/
gimple-parser.cc 376 && verify_gimple_in_cfg (cfun, false, false))

Completed in 29 milliseconds