Lines Matching defs:MContext
68 auto &MContext = M.getContext();
69 auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator");
71 Type::getVoidTy(MContext),
72 {PointerType::getUnqual(MContext), Type::getInt64Ty(MContext)}, false);
80 IRBuilder<> Mutator(MContext);
92 auto LoadValueTy = Type::getInt8Ty(MContext);
103 MContext, "__orc_speculate.block", &Fn, &ProgramEntry);
105 MContext, "__orc_speculate.decision.block", &Fn, SpeculateBlock);
121 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext));