Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isSnippet

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