Searched refs:DestM (Results 1 – 1 of 1) sorted by relevance
204 static void cloneUsedGlobalVariables(const Module &SrcM, Module &DestM, in cloneUsedGlobalVariables() argument211 auto *GV = DestM.getNamedValue(V->getName()); in cloneUsedGlobalVariables()217 appendToCompilerUsed(DestM, NewUsed); in cloneUsedGlobalVariables()219 appendToUsed(DestM, NewUsed); in cloneUsedGlobalVariables()