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

  /src/external/gpl3/gcc/dist/gcc/
basic-block.h 221 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
228 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
232 for ((INSN) = BB_END (BB); \
237 for ((INSN) = BB_END (BB),(CURR) = (INSN) ? PREV_INSN ((INSN)) : NULL; \
256 #define BB_END(B) (B)->il.x.rtl->end_
  /src/external/gpl3/gcc.old/dist/gcc/
basic-block.h 229 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
236 (INSN) && (INSN) != NEXT_INSN (BB_END (BB)); \
240 for ((INSN) = BB_END (BB); \
245 for ((INSN) = BB_END (BB),(CURR) = (INSN) ? PREV_INSN ((INSN)) : NULL; \
264 #define BB_END(B) (B)->il.x.rtl->end_

Completed in 24 milliseconds