Lines Matching refs:ModuleSlotTracker
869 ModuleSlotTracker::ModuleSlotTracker(SlotTracker &Machine, const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
873 ModuleSlotTracker::ModuleSlotTracker(const Module *M, in ModuleSlotTracker() function in ModuleSlotTracker
878 ModuleSlotTracker::~ModuleSlotTracker() = default;
880 SlotTracker *ModuleSlotTracker::getMachine() { in getMachine()
895 void ModuleSlotTracker::incorporateFunction(const Function &F) { in incorporateFunction()
909 int ModuleSlotTracker::getLocalSlot(const Value *V) { in getLocalSlot()
914 void ModuleSlotTracker::setProcessHook( in setProcessHook()
920 void ModuleSlotTracker::setProcessHook( in setProcessHook()
4780 void NamedMDNode::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4849 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
4855 ModuleSlotTracker MST(getModuleFromDPI(this), true); in print()
4859 void DPMarker::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4876 void DPValue::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4901 ModuleSlotTracker MST(getModuleFromVal(this), ShouldInitializeAllMetadata); in print()
4905 void Value::print(raw_ostream &ROS, ModuleSlotTracker &MST, in print()
4966 ModuleSlotTracker &MST) { in printAsOperandImpl()
4988 ModuleSlotTracker MST(Machine, M); in printAsOperand()
4993 ModuleSlotTracker &MST) const { in printAsOperand()
5059 ModuleSlotTracker &MST, const Module *M, in printMetadataImpl()
5084 ModuleSlotTracker MST(M, isa<MDNode>(this)); in printAsOperand()
5088 void Metadata::printAsOperand(raw_ostream &OS, ModuleSlotTracker &MST, in printAsOperand()
5095 ModuleSlotTracker MST(M, isa<MDNode>(this)); in print()
5099 void Metadata::print(raw_ostream &OS, ModuleSlotTracker &MST, in print()
5105 ModuleSlotTracker MST(M, true); in printTree()
5110 void MDNode::printTree(raw_ostream &OS, ModuleSlotTracker &MST, in printTree()
5123 void ModuleSlotTracker::collectMDNodes(MachineMDNodeListType &L, unsigned LB, in collectMDNodes()