Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 1603 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument 1606 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB() 1638 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument 1641 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn() 1673 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency() 1728 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local 1739 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 1772 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 1778 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy() 1781 getSingleLiveInSuccBB(CurBB, SinkableBBs, DefedRegsInCopy, TRI); in tryToSinkCopy() [all …]
|