Searched refs:DeviceAct (Results 1 – 2 of 2) sorted by relevance
426 if (DeviceAct) in ~Interpreter()427 DeviceAct->FinalizeAction(); in ~Interpreter()503 auto DeviceAct = Interp->TSCtx->withContextDo([&](llvm::LLVMContext *Ctx) { in createWithCUDA() local510 Interp->DeviceAct = std::move(DeviceAct); in createWithCUDA()512 DCI->ExecuteAction(*Interp->DeviceAct); in createWithCUDA()593 RegisterPTU(*DeviceTU, nullptr, DeviceAct.get()); in Parse()
101 std::unique_ptr<IncrementalAction> DeviceAct; variable