Lines Matching refs:Recover
458 MemorySanitizer(Module &M, int TrackOrigins = 0, bool Recover = false, in MemorySanitizer() argument
466 this->Recover = ClKeepGoing.getNumOccurrences() > 0 in MemorySanitizer()
468 : (this->CompileKernel | Recover); in MemorySanitizer()
496 bool Recover; member in __anon0ecc9ba80211::MemorySanitizer
601 MemorySanitizerLegacyPass(int TrackOrigins = 0, bool Recover = false, in MemorySanitizerLegacyPass()
603 : FunctionPass(ID), TrackOrigins(TrackOrigins), Recover(Recover), in MemorySanitizerLegacyPass()
619 bool Recover; member
627 MemorySanitizer Msan(*F.getParent(), TrackOrigins, Recover, EnableKmsan); in run()
644 bool Recover, in INITIALIZE_PASS_DEPENDENCY()
646 return new MemorySanitizerLegacyPass(TrackOrigins, Recover, CompileKernel); in INITIALIZE_PASS_DEPENDENCY()
737 StringRef WarningFnName = Recover ? "__msan_warning" in createUserspaceApi()
945 if (Recover) in initializeModule()
949 IRB.getInt32(Recover), "__msan_keep_going"); in initializeModule()
955 MSan.emplace(M, TrackOrigins, Recover, EnableKmsan); in doInitialization()
1220 /* Unreachable */ !MS.Recover, MS.ColdCallWeights); in materializeOneCheck()