Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3830 bool HasNoUndef = in visitReturnInst() local
3832 bool StoreShadow = !(MS.EagerChecks && HasNoUndef); in visitReturnInst()
3835 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst()