Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4574 bool HasNoUndef = F.hasRetAttribute(Attribute::NoUndef); in visitReturnInst() local
4575 bool StoreShadow = !(MS.EagerChecks && HasNoUndef); in visitReturnInst()
4578 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst()