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

References

lib/CodeGen/MachineSink.cpp
 1260         if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy,
 1286     if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy,
 1292     assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) &&
 1295         getSingleLiveInSuccBB(CurBB, SinkableBBs, DefedRegsInCopy, TRI);
 1328     updateLiveIn(MI, SuccBB, UsedOpsInCopy, DefedRegsInCopy);