Lines Matching refs:SC
396 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
399 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC]; in linkIfNeeded()
422 const Comdat *SC = GV.getComdat(); in addLazyFor() local
423 if (!SC) in addLazyFor()
425 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in addLazyFor()
518 if (const Comdat *SC = GV.getComdat()) in run() local
519 LazyComdatMembers[SC].push_back(&GV); in run()
523 if (const Comdat *SC = SF.getComdat()) in run() local
524 LazyComdatMembers[SC].push_back(&SF); in run()
528 if (const Comdat *SC = GA.getComdat()) in run() local
529 LazyComdatMembers[SC].push_back(&GA); in run()
547 const Comdat *SC = GV->getComdat(); in run() local
548 if (!SC) in run()
550 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in run()