Searched refs:UsedOpsInCopy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 1030 SmallVectorImpl<unsigned> &UsedOpsInCopy, in clearKillFlags() argument 1033 for (auto U : UsedOpsInCopy) { in clearKillFlags() 1050 SmallVectorImpl<unsigned> &UsedOpsInCopy, in updateLiveIn() argument 1057 for (auto U : UsedOpsInCopy) { in updateLiveIn() 1093 UsedOpsInCopy.push_back(i); in hasRegisterDependency() 1127 SmallVector<unsigned, 2> UsedOpsInCopy; in tryToSinkCopy() local 1138 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 1162 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 1168 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy() 1194 clearKillFlags(MI, CurBB, UsedOpsInCopy, UsedRegUnits, TRI); in tryToSinkCopy() [all …]
|