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

  /src/external/gpl3/gcc/dist/gcc/
gimple-loop-interchange.cc 200 vec<gphi *> m_lcssa_nodes; member in class:loop_cand
219 m_lcssa_nodes.create (3);
236 m_lcssa_nodes.release ();
313 if (m_lcssa_nodes.length () > allowed_reduction_num)
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 200 vec<gphi *> m_lcssa_nodes; member in class:loop_cand
219 m_lcssa_nodes.create (3);
236 m_lcssa_nodes.release ();
313 if (m_lcssa_nodes.length () > allowed_reduction_num)

Completed in 66 milliseconds