Searched refs:IsHot (Results 1 – 1 of 1) sorted by relevance
79 auto ShouldRemove = [&](bool IsHot) { in removeUbsanTraps() argument81 return IsHot; in removeUbsanTraps()99 bool IsHot = false; in removeUbsanTraps() local102 IsHot = PSI->isHotCountNthPercentile(HotPercentileCutoff, Count); in removeUbsanTraps()105 bool ToRemove = ShouldRemove(IsHot); in removeUbsanTraps()