Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance
1964 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument1967 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB()1999 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument2002 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn()2012 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument2028 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency()2072 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local2083 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()2116 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()2122 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()[all …]