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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.h 274 hash_map <const_tree, int> m_label_bb_map; member in class:ipa_icf_gimple::func_checker
ipa-icf-gimple.cc 340 int *bb1 = m_label_bb_map.get (t1);
341 int *bb2 = m_label_bb_map.get (t2);
530 m_label_bb_map.put (t, bb->bb->index);
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.h 279 hash_map <const_tree, int> m_label_bb_map; member in class:ipa_icf_gimple::func_checker
ipa-icf-gimple.cc 343 int *bb1 = m_label_bb_map.get (t1);
344 int *bb2 = m_label_bb_map.get (t2);
572 m_label_bb_map.put (t, bb->bb->index);

Completed in 28 milliseconds