Lines Matching defs:VerifyEach
30 bool DebugLogging = false, bool VerifyEach = false,
32 : DebugLogging(DebugLogging), VerifyEach(VerifyEach), PTO(PTO) {}
35 bool VerifyEach;
53 bool VerifyEach = PassOpts->VerifyEach;
69 StandardInstrumentations SI(Mod->getContext(), Debug, VerifyEach);
72 if (VerifyEach) {
88 LLVMBool VerifyEach) {
89 unwrap(Options)->VerifyEach = VerifyEach;