HomeSort by relevance Sort by last modified time
    Searched refs:EDGE_ABNORMAL (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 69 #define EDGE_ABNORMAL 2 /* Strange flow, like computed
92 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
899 /* Return true when one of the predecessor edges of BB is marked with EDGE_ABNORMAL. */
908 if (e->flags & EDGE_ABNORMAL)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 69 #define EDGE_ABNORMAL 2 /* Strange flow, like computed
92 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
899 /* Return true when one of the predecessor edges of BB is marked with EDGE_ABNORMAL. */
908 if (e->flags & EDGE_ABNORMAL)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 69 #define EDGE_ABNORMAL 2 /* Strange flow, like computed
92 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
899 /* Return true when one of the predecessor edges of BB is marked with EDGE_ABNORMAL. */
908 if (e->flags & EDGE_ABNORMAL)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 69 #define EDGE_ABNORMAL 2 /* Strange flow, like computed
92 #define EDGE_COMPLEX (EDGE_ABNORMAL | EDGE_ABNORMAL_CALL | EDGE_EH)
899 /* Return true when one of the predecessor edges of BB is marked with EDGE_ABNORMAL. */
908 if (e->flags & EDGE_ABNORMAL)

Completed in 908 milliseconds