Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp591 UserValue *lookupVirtReg(Register VirtReg);
794 UserValue *LDVImpl::lookupVirtReg(Register VirtReg) { in lookupVirtReg() function in LDVImpl
1493 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext()) in splitRegister()
1500 UserValue *UV = lookupVirtReg(OldReg); in splitRegister()