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

  /src/external/gpl3/gcc/dist/gcc/
loop-invariant.cc 553 stores their bitmap to ALWAYS_REACHED. MAY_EXIT is a bitmap of
560 bitmap may_exit, bitmap always_reached)
567 bitmap_set_bit (always_reached, i);
1083 /* Finds invariant in INSN. ALWAYS_REACHED is true if the insn is always
1088 find_invariant_insn (rtx_insn *insn, bool always_reached, bool always_executed)
1121 if (may_trap_or_fault_p (PATTERN (insn)) && !always_reached)
1169 /* Finds invariants in INSN. ALWAYS_REACHED is true if the insn is always
1174 find_invariants_insn (rtx_insn *insn, bool always_reached, bool always_executed)
1176 find_invariant_insn (insn, always_reached, always_executed);
1180 /* Finds invariants in basic block BB. ALWAYS_REACHED is true if th
1239 auto_bitmap always_reached; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
loop-invariant.cc 553 stores their bitmap to ALWAYS_REACHED. MAY_EXIT is a bitmap of
560 bitmap may_exit, bitmap always_reached)
567 bitmap_set_bit (always_reached, i);
1083 /* Finds invariant in INSN. ALWAYS_REACHED is true if the insn is always
1088 find_invariant_insn (rtx_insn *insn, bool always_reached, bool always_executed)
1121 if (may_trap_or_fault_p (PATTERN (insn)) && !always_reached)
1169 /* Finds invariants in INSN. ALWAYS_REACHED is true if the insn is always
1174 find_invariants_insn (rtx_insn *insn, bool always_reached, bool always_executed)
1176 find_invariant_insn (insn, always_reached, always_executed);
1180 /* Finds invariants in basic block BB. ALWAYS_REACHED is true if th
1239 auto_bitmap always_reached; local
    [all...]

Completed in 22 milliseconds