Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSnippet

155   bool isSnippet(const LiveInterval &SnipLI);
221 /// isSnippet - Identify if a live interval is a snippet that should be spilled.
224 bool InlineSpiller::isSnippet(const LiveInterval &SnipLI) {
285 if (!isSnippet(SnipLI))