Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4176 bool EagerCheck = MayCheckCall && !ByVal && NoUndef; in visitCallBase() local
4178 if (EagerCheck) { in visitCallBase()
4324 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst() local
4328 if (EagerCheck) { in visitReturnInst()