Home
last modified time | relevance | path

Searched refs:IsHot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DLowerAllowCheckPass.cpp79 auto ShouldRemove = [&](bool IsHot) { in removeUbsanTraps() argument
81 return IsHot; in removeUbsanTraps()
99 bool IsHot = false; in removeUbsanTraps() local
102 IsHot = PSI->isHotCountNthPercentile(HotPercentileCutoff, Count); in removeUbsanTraps()
105 bool ToRemove = ShouldRemove(IsHot); in removeUbsanTraps()