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

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
InlineSpiller.cpp 827 VNInfo *SnipVNI = SnipLI.getVNInfoAt(VNI->def.getUseIndex());
828 assert(SnipVNI && "Snippet undefined before copy");
829 WorkList.push_back(std::make_pair(&SnipLI, SnipVNI));
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 494 VNInfo *SnipVNI = SnipLI.getVNInfoAt(VNI->def.getRegSlot(true));
495 assert(SnipVNI && "Snippet undefined before copy");
496 WorkList.push_back(std::make_pair(&SnipLI, SnipVNI));
    [all...]

Completed in 282 milliseconds