Searched refs:EagerCheck (Results 1 – 1 of 1) sorted by relevance
3695 bool EagerCheck = MayCheckCall && !ByVal && NoUndef; in visitCallBase() local3697 if (EagerCheck) { in visitCallBase()3814 bool EagerCheck = (ClEagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst() local3818 if (EagerCheck) { in visitReturnInst()