| Home | Sort by: relevance | last modified time | path |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ | |
| supergraph.h | 285 if (m_stmts.length () == 0) 287 return m_stmts[m_stmts.length () - 1]; 306 auto_vec<gimple *> m_stmts; member in class:ana::supernode |
| /src/external/gpl3/gcc/dist/gcc/jit/ | |
| jit-playback.h | 664 m_stmts.safe_push (stmt); 670 vec<tree> m_stmts; member in class:gcc::jit::playback::block |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ | |
| supergraph.h | 278 if (m_stmts.length () == 0) 280 return m_stmts[m_stmts.length () - 1]; 297 auto_vec<gimple *> m_stmts; member in class:ana::supernode |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ | |
| jit-playback.h | 628 m_stmts.safe_push (stmt); 634 vec<tree> m_stmts; member in class:gcc::jit::playback::block |
| /src/external/gpl3/gcc/dist/gcc/config/loongarch/ | |
| loongarch.cc | 4103 unsigned m_stmts = 0; member in class:loongarch_vector_costs 4132 m_stmts += count; 4168 unsigned int nstmts_nonldst = m_stmts - m_loads - m_stores; |