Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveDebugVariables.cpp310 UserValue *lookupVirtReg(unsigned VirtReg);
484 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg) { in lookupVirtReg() function in LDVImpl
906 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister()
913 UserValue *UV = lookupVirtReg(OldReg); in splitRegister()