Lines Matching defs:VerifyEach
31 bool DebugLogging = false, bool VerifyEach = false,
34 : DebugLogging(DebugLogging), VerifyEach(VerifyEach),
38 bool VerifyEach;
55 bool VerifyEach = PassOpts->VerifyEach;
78 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach);
84 if (VerifyEach)
91 if (VerifyEach)
124 LLVMBool VerifyEach) {
125 unwrap(Options)->VerifyEach = VerifyEach;