Lines Matching refs:GlobalVariable
65 const GlobalVariable *&GVar);
131 const GlobalVariable *&GVar) { in getComdatLeader()
141 GVar = dyn_cast_or_null<GlobalVariable>(GVal); in getComdatLeader()
181 const GlobalVariable *DstGV; in computeResultingSelectionKind()
182 const GlobalVariable *SrcGV; in computeResultingSelectionKind()
202 const GlobalVariable *DstGV; in computeResultingSelectionKind()
203 const GlobalVariable *SrcGV; in computeResultingSelectionKind()
361 auto *DGVar = dyn_cast<GlobalVariable>(DGV); in linkIfNeeded()
362 auto *SGVar = dyn_cast<GlobalVariable>(&GV); in linkIfNeeded()
452 } else if (auto *Var = dyn_cast<GlobalVariable>(&GV)) { in dropReplacedComdat()
462 new GlobalVariable(M, Alias.getValueType(), /*isConstant*/ false, in dropReplacedComdat()
507 GlobalVariable &GV = *I++; in run()
516 for (GlobalVariable &GV : SrcM->globals()) in run()
533 for (GlobalVariable &GV : SrcM->globals()) in run()