Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3695 bool EagerCheck = MayCheckCall && !ByVal && NoUndef; in visitCallBase() local
3697 if (EagerCheck) { in visitCallBase()
3814 bool EagerCheck = (ClEagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst() local
3818 if (EagerCheck) { in visitReturnInst()