Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3688 bool EagerCheck = MayCheckCall && !ByVal && NoUndef; in visitCallBase() local
3690 if (EagerCheck) { in visitCallBase()
3835 bool EagerCheck = (MS.EagerChecks && HasNoUndef) || (F.getName() == "main"); in visitReturnInst() local
3839 if (EagerCheck) { in visitReturnInst()