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

  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 780 auto_vec<uint64_t, 512> m_masks; member in struct:condcov
814 uint64_t *begin = cov->m_masks.begin () + 2*cov->m_index[n];
815 uint64_t *end = cov->m_masks.begin () + 2*cov->m_index[n + 1];
922 cov->m_masks.safe_grow_cleared (2 * cov->m_index.last ());
tree-profile.cc 780 auto_vec<uint64_t, 512> m_masks; member in struct:condcov
814 uint64_t *begin = cov->m_masks.begin () + 2*cov->m_index[n];
815 uint64_t *end = cov->m_masks.begin () + 2*cov->m_index[n + 1];
922 cov->m_masks.safe_grow_cleared (2 * cov->m_index.last ());

Completed in 54 milliseconds