Home
last modified time | relevance | path

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

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