Lines Matching refs:UsedOpsInCopy
1978 SmallVectorImpl<unsigned> &UsedOpsInCopy, in clearKillFlags() argument
1981 for (auto U : UsedOpsInCopy) { in clearKillFlags()
1998 SmallVectorImpl<unsigned> &UsedOpsInCopy, in updateLiveIn() argument
2005 for (auto U : UsedOpsInCopy) in updateLiveIn()
2011 SmallVectorImpl<unsigned> &UsedOpsInCopy, in hasRegisterDependency() argument
2039 UsedOpsInCopy.push_back(i); in hasRegisterDependency()
2070 SmallVector<unsigned, 2> UsedOpsInCopy; in tryToSinkCopy() local
2083 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()
2116 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()
2122 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()
2163 clearKillFlags(&MI, CurBB, UsedOpsInCopy, UsedRegUnits, TRI); in tryToSinkCopy()
2165 updateLiveIn(&MI, SuccBB, UsedOpsInCopy, DefedRegsInCopy); in tryToSinkCopy()