reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/CodeGen/RegisterCoalescer.cpp
 2286   std::pair<const VNInfo*,unsigned> followCopyChain(const VNInfo *VNI) const;

References

lib/CodeGen/RegisterCoalescer.cpp
 2461   std::tie(Orig0, Reg0) = followCopyChain(Value0);
 2467   std::tie(Orig1, Reg1) = Other.followCopyChain(Value1);