Lines Matching refs:SC
386 if (const Comdat *SC = GV.getComdat()) { in linkIfNeeded() local
387 std::tie(std::ignore, ComdatFrom) = ComdatsChosen[SC]; in linkIfNeeded()
412 const Comdat *SC = GV.getComdat(); in addLazyFor() local
413 if (!SC) in addLazyFor()
415 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in addLazyFor()
523 if (const Comdat *SC = GV.getComdat()) in run() local
524 LazyComdatMembers[SC].push_back(&GV); in run()
528 if (const Comdat *SC = SF.getComdat()) in run() local
529 LazyComdatMembers[SC].push_back(&SF); in run()
533 if (const Comdat *SC = GA.getComdat()) in run() local
534 LazyComdatMembers[SC].push_back(&GA); in run()
579 const Comdat *SC = GV->getComdat(); in run() local
580 if (!SC) in run()
582 for (GlobalValue *GV2 : LazyComdatMembers[SC]) { in run()