Searched refs:MContext (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Speculation.cpp | 66 auto &MContext = M.getContext(); in emit() local 67 auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator"); in emit() 69 Type::getVoidTy(MContext), in emit() 70 {PointerType::getUnqual(MContext), Type::getInt64Ty(MContext)}, false); in emit() 78 IRBuilder<> Mutator(MContext); in emit() 90 auto LoadValueTy = Type::getInt8Ty(MContext); in emit() 101 MContext, "__orc_speculate.block", &Fn, &ProgramEntry); in emit() 103 MContext, "__orc_speculate.decision.block", &Fn, SpeculateBlock); in emit() 119 Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext)); in emit()
|