Home
last modified time | relevance | path

Searched refs:SnipVNI (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DInlineSpiller.cpp827 VNInfo *SnipVNI = SnipLI.getVNInfoAt(VNI->def.getUseIndex()); in markValueUsed() local
828 assert(SnipVNI && "Snippet undefined before copy"); in markValueUsed()
829 WorkList.push_back(std::make_pair(&SnipLI, SnipVNI)); in markValueUsed()
/external/llvm/lib/CodeGen/
DInlineSpiller.cpp494 VNInfo *SnipVNI = SnipLI.getVNInfoAt(VNI->def.getRegSlot(true)); in markValueUsed() local
495 assert(SnipVNI && "Snippet undefined before copy"); in markValueUsed()
496 WorkList.push_back(std::make_pair(&SnipLI, SnipVNI)); in markValueUsed()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DInlineSpiller.cpp511 VNInfo *SnipVNI = SnipLI.getVNInfoAt(VNI->def.getRegSlot(true)); in markValueUsed() local
512 assert(SnipVNI && "Snippet undefined before copy"); in markValueUsed()
513 WorkList.push_back(std::make_pair(&SnipLI, SnipVNI)); in markValueUsed()