Lines Matching refs:DstM
84 Module &DstM = Mover.getModule(); in getLinkedToGlobal() local
91 GlobalValue *DGV = DstM.getNamedValue(SrcGV->getName()); in getLinkedToGlobal()
172 Module &DstM = Mover.getModule(); in computeResultingSelectionKind() local
205 if (getComdatLeader(DstM, ComdatName, DstGV) || in computeResultingSelectionKind()
209 const DataLayout &DstDL = DstM.getDataLayout(); in computeResultingSelectionKind()
238 Module &DstM = Mover.getModule(); in getComdatResult() local
241 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in getComdatResult()
487 Module &DstM = Mover.getModule(); in run() local
503 Module::ComdatSymTabType &ComdatSymTab = DstM.getComdatSymbolTable(); in run()
515 for (auto I = DstM.alias_begin(), E = DstM.alias_end(); I != E;) { in run()
520 for (auto I = DstM.global_begin(), E = DstM.global_end(); I != E;) { in run()
525 for (auto I = DstM.begin(), E = DstM.end(); I != E;) { in run()
587 DstM.getContext().diagnose(LinkDiagnosticInfo(DS_Error, EIB.message())); in run()
595 GlobalValue *GV = DstM.getNamedValue(P.first()); in run()