HomeSort by relevance Sort by last modified time
    Searched full:current_loops (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/
cfgloop.h 433 /* Returns the loop with index NUM from current_loops. */
438 return (*current_loops->larray)[num];
479 /* Returns the list of loops in current_loops. */
484 if (!current_loops)
487 return current_loops->larray;
490 /* Returns the number of loops in current_loops (including the removed
496 if (!current_loops)
499 return vec_safe_length (current_loops->larray);
508 return (current_loops->state & flags) == flags;
516 current_loops->state |= flags
    [all...]
function.h 707 #define current_loops (cfun->x_current_loops)
706 #define current_loops macro

Completed in 81 milliseconds