reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/ExecutionEngine/Orc/Speculation.cpp
   71     auto SpeculatorVTy = StructType::create(MContext, "Class.Speculator");
   73         Type::getVoidTy(MContext),
   74         {SpeculatorVTy->getPointerTo(), Type::getInt64Ty(MContext)}, false);
   82     IRBuilder<> Mutator(MContext);
   94           auto LoadValueTy = Type::getInt8Ty(MContext);
  105               MContext, "__orc_speculate.block", &Fn, &ProgramEntry);
  107               MContext, "__orc_speculate.decision.block", &Fn, SpeculateBlock);
  123               Mutator.CreatePtrToInt(&Fn, Type::getInt64Ty(MContext));