Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance
1664 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument1667 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB()1699 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument1702 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn()1718 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument1734 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency()1778 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local1789 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()1823 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()1829 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()[all …]