HomeSort by relevance Sort by last modified time
    Searched full:current_loops (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 417 /* Returns the loop with index NUM from current_loops. */
422 return VEC_index (loop_p, current_loops->larray, num);
455 /* Returns the list of loops in current_loops. */
460 if (!current_loops)
463 return current_loops->larray;
466 /* Returns the number of loops in current_loops (including the removed
472 if (!current_loops)
475 return VEC_length (loop_p, current_loops->larray);
484 return (current_loops->state & flags) == flags;
492 current_loops->state |= flags
    [all...]
function.h 741 #define current_loops (cfun->x_current_loops)
740 #define current_loops macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 417 /* Returns the loop with index NUM from current_loops. */
422 return VEC_index (loop_p, current_loops->larray, num);
455 /* Returns the list of loops in current_loops. */
460 if (!current_loops)
463 return current_loops->larray;
466 /* Returns the number of loops in current_loops (including the removed
472 if (!current_loops)
475 return VEC_length (loop_p, current_loops->larray);
484 return (current_loops->state & flags) == flags;
492 current_loops->state |= flags
    [all...]
function.h 741 #define current_loops (cfun->x_current_loops)
740 #define current_loops macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cfgloop.h 417 /* Returns the loop with index NUM from current_loops. */
422 return VEC_index (loop_p, current_loops->larray, num);
455 /* Returns the list of loops in current_loops. */
460 if (!current_loops)
463 return current_loops->larray;
466 /* Returns the number of loops in current_loops (including the removed
472 if (!current_loops)
475 return VEC_length (loop_p, current_loops->larray);
484 return (current_loops->state & flags) == flags;
492 current_loops->state |= flags
    [all...]
function.h 741 #define current_loops (cfun->x_current_loops)
740 #define current_loops macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cfgloop.h 417 /* Returns the loop with index NUM from current_loops. */
422 return VEC_index (loop_p, current_loops->larray, num);
455 /* Returns the list of loops in current_loops. */
460 if (!current_loops)
463 return current_loops->larray;
466 /* Returns the number of loops in current_loops (including the removed
472 if (!current_loops)
475 return VEC_length (loop_p, current_loops->larray);
484 return (current_loops->state & flags) == flags;
492 current_loops->state |= flags
    [all...]
function.h 741 #define current_loops (cfun->x_current_loops)
740 #define current_loops macro

Completed in 4132 milliseconds