Lines Matching full:globally
604 /// \brief Emit an inline hint if \p F is globally hot or cold.
615 /// function globally hot or cold, we should be annotating individual callsites.
630 // it globally hot.
635 S << "Applied inline hint to globally hot function '" << F.getName()
645 // it globally cold.
650 S << "Applied cold hint to globally cold function '" << F.getName()