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

  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 771 struct condcov struct
773 explicit condcov (unsigned nblocks) noexcept (true) : ctx (nblocks),
788 cov_length (const struct condcov* cov)
797 cov_blocks (struct condcov* cov, size_t n)
809 cov_masks (struct condcov* cov, size_t n)
821 cov_maps (struct condcov* cov, size_t n)
831 /* Deleter for condcov. */
833 cov_free (struct condcov* cov)
859 The returned condcov should be released by the caller with cov_free. */
860 struct condcov*
    [all...]

Completed in 24 milliseconds