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

  /src/external/gpl3/gcc/dist/gcc/
ira.h 184 bool profitable_p; member in struct:ira_reg_equiv_s
  /src/external/gpl3/gcc.old/dist/gcc/
ira.h 181 bool profitable_p; member in struct:ira_reg_equiv_s
fwprop.cc 183 bool profitable_p () const;
326 fwprop_propagation::profitable_p () const function in class:fwprop_propagation
401 if (!prop.folded_to_constants_p () && !prop.profitable_p ())
452 if (!prop.profitable_p ())
tree-ssa-threadbackward.cc 368 bool profitable_p = m_path[0]->loop_father == e->src->loop_father; local
369 if (!profitable_p)

Completed in 54 milliseconds