Home
last modified time | relevance | path

Searched refs:lookupVirtReg (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveDebugVariables.cpp304 UserValue *lookupVirtReg(unsigned VirtReg);
435 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg) { in lookupVirtReg() function in LDVImpl
718 UserValue *UV = lookupVirtReg(OldReg); in renameRegister()
857 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister()
864 UserValue *UV = lookupVirtReg(OldReg); in splitRegister()
/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp311 UserValue *lookupVirtReg(unsigned VirtReg);
485 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg) { in lookupVirtReg() function in LDVImpl
895 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister()
902 UserValue *UV = lookupVirtReg(OldReg); in splitRegister()