| /src/external/gpl3/gcc.old/dist/gcc/ |
| value-range-equiv.cc | 33 m_equiv = NULL; 39 m_equiv = NULL; 81 (kind != VR_UNDEFINED && kind != VR_VARYING) ? m_equiv : NULL, kind); 87 this->m_equiv, so this function cannot be used to initalize an 93 set (from->min (), from->max (), from->m_equiv, from->kind ()); 100 m_equiv = from->m_equiv; 101 from->m_equiv = NULL; 114 if (m_equiv == NULL 116 m_equiv = BITMAP_ALLOC (equiv->obstack) [all...] |
| value-range-equiv.h | 30 value_range_equiv () : value_range () { m_equiv = NULL; } 60 bitmap equiv () const { return m_equiv; } 77 bitmap m_equiv; variable
|
| value-relation.cc | 210 // The very first element in the m_equiv chain is actually just a summary 265 m_equiv.create (0); 266 m_equiv.safe_grow_cleared (last_basic_block_for_fn (cfun) + 1); 279 m_equiv.release (); 336 if (bb >= (int)m_equiv.length () || !m_equiv[bb]) 339 return m_equiv[bb]->find (ssa); 377 bitmap_set_bit (m_equiv[bb->index]->m_names, v); 408 bitmap_ior_into (m_equiv[bb->index]->m_names, equiv_1->m_names); 416 bitmap_ior_into (m_equiv[bb->index]->m_names, equiv_2->m_names) [all...] |
| value-relation.h | 141 vec <equiv_chain *> m_equiv; // Index by BB. list of equivalences. member in class:equiv_oracle 237 equiv_chain m_equiv; member in class:path_oracle
|
| /src/external/gpl3/gcc/dist/gcc/ |
| value-relation.cc | 293 // The very first element in the m_equiv chain is actually just a summary 348 m_equiv.create (0); 349 m_equiv.safe_grow_cleared (last_basic_block_for_fn (cfun) + 1); 365 m_equiv.release (); 536 if (bb >= (int)m_equiv.length () || !m_equiv[bb]) 539 return m_equiv[bb]->find (ssa); 577 bitmap_set_bit (m_equiv[bb->index]->m_names, v); 608 bitmap_ior_into (m_equiv[bb->index]->m_names, equiv_1->m_names); 616 bitmap_ior_into (m_equiv[bb->index]->m_names, equiv_2->m_names) [all...] |
| value-relation.h | 181 vec <equiv_chain *> m_equiv; // Index by BB. list of equivalences. member in class:equiv_oracle 281 equiv_chain m_equiv; member in class:path_oracle
|