Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance
1603 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument1606 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB()1638 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument1641 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn()1657 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument1673 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency()1728 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local1739 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()1772 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()1778 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()[all …]