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

  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 2516 /* A subroutine of expand_gimple_cond. Given E, a fallthrough edge
2573 expand_gimple_cond (basic_block bb, gcond *stmt) function
5974 new_bb = expand_gimple_cond (bb, as_a <gcond *> (stmt));
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 2524 /* A subroutine of expand_gimple_cond. Given E, a fallthrough edge
2581 expand_gimple_cond (basic_block bb, gcond *stmt) function
5996 new_bb = expand_gimple_cond (bb, as_a <gcond *> (stmt));

Completed in 56 milliseconds