Searched refs:MachineStorage (Results 1 – 2 of 2) sorted by relevance
32 std::unique_ptr<SlotTracker> MachineStorage; variable
684 : MachineStorage(M ? new SlotTracker(M, ShouldInitializeAllMetadata) in ModuleSlotTracker()686 M(M), Machine(MachineStorage.get()) {} in ModuleSlotTracker()1969 std::unique_ptr<SlotTracker> MachineStorage; in WriteAsOperandInternal() local1971 MachineStorage = make_unique<SlotTracker>(Context); in WriteAsOperandInternal()1972 Machine = MachineStorage.get(); in WriteAsOperandInternal()