Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp4096 bool EagerCheck = MayCheckCall && !ByVal && NoUndef; in visitCallBase() local
4244 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst() local