Lines Matching refs:SC
380 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
383 std::tie(SK, LinkFromSrc) = ComdatsChosen[SC]; in linkIfNeeded()
406 const Comdat *SC = GV.getComdat(); in addLazyFor() local
407 if (!SC) in addLazyFor()
409 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in addLazyFor()
503 if (const Comdat *SC = GV.getComdat()) in run() local
504 LazyComdatMembers[SC].push_back(&GV); in run()
508 if (const Comdat *SC = SF.getComdat()) in run() local
509 LazyComdatMembers[SC].push_back(&SF); in run()
513 if (const Comdat *SC = GA.getComdat()) in run() local
514 LazyComdatMembers[SC].push_back(&GA); in run()
532 const Comdat *SC = GV->getComdat(); in run() local
533 if (!SC) in run()
535 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in run()