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

Declarations

include/llvm/CodeGen/LiveInterval.h
  500     void join(LiveRange &Other,

References

lib/CodeGen/RegisterCoalescer.cpp
 3250   LRange.join(RRange, LHSVals.getAssignments(), RHSVals.getAssignments(),
 3389   LHS.join(RHS, LHSVals.getAssignments(), RHSVals.getAssignments(), NewVNInfo);