Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSnippet

185   bool isSnippet(const LiveInterval &SnipLI);
249 /// isSnippet - Identify if a live interval is a snippet that should be spilled.
252 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
315 if (!isSnippet(SnipLI))