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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExecutionDomainFix.cpp53 DomainValue *ExecutionDomainFix::resolve(DomainValue *&DVRef) { argument
54 DomainValue *DV = DVRef;
63 // Update DVRef to point to DV.
65 release(DVRef);
66 DVRef = DV;

Completed in 104 milliseconds