HomeSort by relevance Sort by last modified time
    Searched refs:isSnippet (Results 1 - 3 of 3) sorted by null

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

Completed in 287 milliseconds