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

  /src/external/gpl3/gcc/dist/gcc/
cfgloop.h 254 be done by calling function get_loop (cfun, orig_loop_num). Note the
256 exists, as a result, function call to get_loop returns NULL pointer.
530 get_loop (struct function *fn, unsigned num) function
786 class loop *loop = get_loop (this->list.fn, anum);
  /src/external/gpl3/gcc.old/dist/gcc/
cfgloop.h 251 be done by calling function get_loop (cfun, orig_loop_num). Note the
253 exists, as a result, function call to get_loop returns NULL pointer.
522 get_loop (struct function *fn, unsigned num) function
778 class loop *loop = get_loop (this->list.fn, anum);

Completed in 26 milliseconds