| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-uninit.cc | 548 bool always_executed; member in struct:wlimits 744 if (wlims.always_executed) 803 const bool save_always_executed = wlims.always_executed; 838 wlims.always_executed = true; 843 wlims.always_executed = false; 852 wlims.always_executed = true; 856 wlims.always_executed = false; 925 wlims.always_executed = save_always_executed; 1045 wlims.always_executed = (bb->flags & ft_reachable); 1058 if (wlims.always_executed) [all...] |
| loop-invariant.cc | 126 bool always_executed; member in struct:invariant 530 if (tmp->invno != inv->invno && inv->always_executed) 698 in DEPENDS_ON. ALWAYS_EXECUTED is true if the insn is always executed, 704 bool always_executed) 711 inv->always_executed = always_executed; 1084 executed. ALWAYS_EXECUTED is true if the insn is always executed, 1088 find_invariant_insn (rtx_insn *insn, bool always_reached, bool always_executed) 1136 inv = create_new_invariant (def, insn, depends_on, always_executed); 1170 executed. ALWAYS_EXECUTED is true if the insn is always executed 1241 auto_bitmap always_executed; local [all...] |
| ipa-modref.cc | 1766 modref_access_analysis::analyze_stmt (gimple *stmt, bool always_executed) 1768 m_always_executed = always_executed; 1775 if (always_executed && record_access_p (gimple_assign_lhs (stmt))) 1889 bool always_executed = bitmap_bit_p (always_executed_bbs, bb->index); local 1907 analyze_stmt (gsi_stmt (si), always_executed); local 1917 if (always_executed 1919 always_executed = false;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-uninit.cc | 529 bool always_executed; member in struct:wlimits 727 if (wlims.always_executed) 786 const bool save_always_executed = wlims.always_executed; 821 wlims.always_executed = true; 826 wlims.always_executed = false; 835 wlims.always_executed = true; 839 wlims.always_executed = false; 908 wlims.always_executed = save_always_executed; 1007 wlims.always_executed = dominated_by_p (CDI_POST_DOMINATORS, succ, bb); 1009 if (wlims.always_executed) [all...] |
| loop-invariant.cc | 126 bool always_executed; member in struct:invariant 530 if (tmp->invno != inv->invno && inv->always_executed) 698 in DEPENDS_ON. ALWAYS_EXECUTED is true if the insn is always executed, 704 bool always_executed) 711 inv->always_executed = always_executed; 1084 executed. ALWAYS_EXECUTED is true if the insn is always executed, 1088 find_invariant_insn (rtx_insn *insn, bool always_reached, bool always_executed) 1136 inv = create_new_invariant (def, insn, depends_on, always_executed); 1170 executed. ALWAYS_EXECUTED is true if the insn is always executed 1241 auto_bitmap always_executed; local [all...] |
| ipa-modref.cc | 1764 modref_access_analysis::analyze_stmt (gimple *stmt, bool always_executed) 1766 m_always_executed = always_executed; 1773 if (always_executed && record_access_p (gimple_assign_lhs (stmt))) 1886 bool always_executed local 1905 analyze_stmt (gsi_stmt (si), always_executed); local 1915 if (always_executed 1917 always_executed = false;
|