Home
last modified time | relevance | path

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

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