Searched refs:AlreadyLiveBlocks (Results 1 – 2 of 2) sorted by relevance
748 DenseSet<jitlink::Block *> AlreadyLiveBlocks; in preserveInitSections() local752 Sym->getSize() == B.getSize() && !AlreadyLiveBlocks.count(&B)) { in preserveInitSections()754 AlreadyLiveBlocks.insert(&B); in preserveInitSections()760 if (!AlreadyLiveBlocks.count(B)) in preserveInitSections()
978 DenseSet<jitlink::Block *> AlreadyLiveBlocks; in preserveImportantSections() local982 Sym->getSize() == B.getSize() && !AlreadyLiveBlocks.count(&B)) { in preserveImportantSections()984 AlreadyLiveBlocks.insert(&B); in preserveImportantSections()990 if (!AlreadyLiveBlocks.count(B)) in preserveImportantSections()