Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSnippet

208   bool isSnippet(const LiveInterval &SnipLI);
267 /// isSnippet - Identify if a live interval is a snippet that should be spilled.
270 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
333 if (!isSnippet(SnipLI))