Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 1911 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument 1914 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB() 1946 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument 1949 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn() 1980 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency() 2024 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local 2035 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 2068 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy() 2074 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy() 2077 getSingleLiveInSuccBB(CurBB, SinkableBBs, DefedRegsInCopy, TRI); in tryToSinkCopy() [all …]
|