Lines Matching refs:DstM
81 Module &DstM = Mover.getModule(); in getLinkedToGlobal() local
88 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName()); in getLinkedToGlobal()
155 Module &DstM = Mover.getModule(); in computeResultingSelectionKind() local
188 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()
192 const DataLayout &DstDL = DstM.getDataLayout(); in computeResultingSelectionKind()
221 Module &DstM = Mover.getModule(); in getComdatResult() local
224 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in getComdatResult()
458 Module &DstM = Mover.getModule(); in run() local
474 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in run()
486 for (auto I = DstM.alias_begin(), E = DstM.alias_end(); I != E;) { in run()
491 for (auto I = DstM.global_begin(), E = DstM.global_end(); I != E;) { in run()
496 for (auto I = DstM.begin(), E = DstM.end(); I != E;) { in run()
559 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
567 InternalizeCallback(DstM, Internalize); in run()