Lines Matching refs:SC
382 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
383 std::tie(std::ignore, ComdatFrom) = ComdatsChosen[SC]; in linkIfNeeded()
408 const Comdat *SC = GV.getComdat(); in addLazyFor() local
409 if (!SC) in addLazyFor()
411 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in addLazyFor()
498 if (const Comdat *SC = GV.getComdat()) in run() local
499 LazyComdatMembers[SC].push_back(&GV); in run()
503 if (const Comdat *SC = SF.getComdat()) in run() local
504 LazyComdatMembers[SC].push_back(&SF); in run()
508 if (const Comdat *SC = GA.getComdat()) in run() local
509 LazyComdatMembers[SC].push_back(&GA); in run()
554 const Comdat *SC = GV->getComdat(); in run() local
555 if (!SC) in run()
557 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in run()