Searched refs:SlotTracker (Results 1 – 1 of 1) sorted by relevance
548 class SlotTracker { class583 explicit SlotTracker(const Module *M,590 explicit SlotTracker(const Function *F,658 SlotTracker(const SlotTracker &) = delete;659 void operator=(const SlotTracker &) = delete;663 static SlotTracker *createSlotTracker(const Module *M) { in createSlotTracker()664 return new SlotTracker(M); in createSlotTracker()667 static SlotTracker *createSlotTracker(const Value *V) { in createSlotTracker()669 return new SlotTracker(FA->getParent()); in createSlotTracker()673 return new SlotTracker(I->getParent()->getParent()); in createSlotTracker()[all …]