Searched refs:UsedOpsInCopy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 2169 const SmallVectorImpl<unsigned> &UsedOpsInCopy, in clearKillFlags() argument 2172 for (auto U : UsedOpsInCopy) { in clearKillFlags() 2189 const SmallVectorImpl<unsigned> &UsedOpsInCopy, in updateLiveIn() argument 2196 for (auto U : UsedOpsInCopy) in updateLiveIn() 2202 SmallVectorImpl<unsigned> &UsedOpsInCopy, in hasRegisterDependency() argument 2230 UsedOpsInCopy.push_back(i); in hasRegisterDependency() 2261 SmallVector<unsigned, 2> UsedOpsInCopy; in tryToSinkCopy() local 2274 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 2307 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 2313 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy() [all …]
|