Lines Matching refs:ModuleSlotTracker

826 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M,  in ModuleSlotTracker()  function in ModuleSlotTracker
830 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
835 ModuleSlotTracker::~ModuleSlotTracker() = default;
837 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
852 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
866 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
871 void ModuleSlotTracker::setProcessHook( in setProcessHook()
877 void ModuleSlotTracker::setProcessHook( in setProcessHook()
4519 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4593 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4597 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4658 ModuleSlotTracker &MST) { in printAsOperandImpl()
4680 ModuleSlotTracker MST(Machine, M); in printAsOperand()
4685 ModuleSlotTracker &MST) const { in printAsOperand()
4751 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
4776 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
4780 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
4787 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print()
4791 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
4797 ModuleSlotTracker MST(M, true); in printTree()
4802 void MDNode::printTree(raw_ostream &OS, ModuleSlotTracker &MST, in printTree()
4815 void ModuleSlotTracker::collectMDNodes(MachineMDNodeListType &L, unsigned LB, in collectMDNodes()