Searched refs:SlotTracker (Results 1 – 2 of 2) sorted by relevance
19 class SlotTracker; variable32 std::unique_ptr<SlotTracker> MachineStorage;36 SlotTracker *Machine = nullptr;40 ModuleSlotTracker(SlotTracker &Machine, const Module *M,56 SlotTracker *getMachine() const { return Machine; } in getMachine()
563 class SlotTracker { class598 explicit SlotTracker(const Module *M,605 explicit SlotTracker(const Function *F,673 SlotTracker(const SlotTracker &) = delete;674 void operator=(const SlotTracker &) = delete;678 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker()684 : MachineStorage(M ? new SlotTracker(M, ShouldInitializeAllMetadata) in ModuleSlotTracker()708 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker()710 return new SlotTracker(FA->getParent()); in createSlotTracker()714 return new SlotTracker(I->getParent()->getParent()); in createSlotTracker()[all …]