HomeSort by relevance Sort by last modified time
    Searched full:issnippet (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 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))
    [all...]

Completed in 43 milliseconds