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

/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp309 /// lookupVirtReg - Find the EC leader for VirtReg or null.
310 UserValue *lookupVirtReg(unsigned VirtReg);
484 UserValue *LDVImpl::lookupVirtReg(unsigned VirtReg) { function in class:LDVImpl
906 for (UserValue *UV = lookupVirtReg(OldReg); UV; UV = UV->getNext())
913 UserValue *UV = lookupVirtReg(OldReg);

Completed in 57 milliseconds