Lines Matching refs:ModuleSlotTracker
844 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
848 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
853 ModuleSlotTracker::~ModuleSlotTracker() = default;
855 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
870 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
884 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
889 void ModuleSlotTracker::setProcessHook( in setProcessHook()
895 void ModuleSlotTracker::setProcessHook( in setProcessHook()
4628 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4702 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4706 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4767 ModuleSlotTracker &MST) { in printAsOperandImpl()
4789 ModuleSlotTracker MST(Machine, M); in printAsOperand()
4794 ModuleSlotTracker &MST) const { in printAsOperand()
4860 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
4885 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
4889 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
4896 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print()
4900 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
4906 ModuleSlotTracker MST(M, true); in printTree()
4911 void MDNode::printTree(raw_ostream &OS, ModuleSlotTracker &MST, in printTree()
4924 void ModuleSlotTracker::collectMDNodes(MachineMDNodeListType &L, unsigned LB, in collectMDNodes()