Searched refs:HasNoUndef (Results 1 – 1 of 1) sorted by relevance
4574 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst() local4575 bool StoreShadow = !(MS.EagerChecks && HasNoUndef); in visitReturnInst()4578 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst()