Searched refs:UsedOpsInCopy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 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() [all …]
|