Home | History | Annotate | Download | only in Core

Lines Matching refs:Symbols

333   // Process any special transfer function for dead symbols.
338 // up. Since no symbols are dead, we can optimize and not clean out
345 // values of the soon to be dead symbols.
388 // Remove dead bindings and symbols.
1399 // Remove dead symbols.
1659 InvalidatedSymbols Symbols;
1662 const InvalidatedSymbols &getSymbols() const { return Symbols; }
1665 Symbols.insert(Sym);
1709 // Otherwise, find all symbols referenced by 'val' that we are tracking
1738 // If the symbols were invalidated by a call, we want to find out which ones
1760 // Notify about the symbols that get indirectly invalidated by the call.