Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 1016 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument 1019 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB() 1051 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument 1054 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn() 1082 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency() 1129 SmallVector<unsigned, 2> DefedRegsInCopy; 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() 1171 getSingleLiveInSuccBB(CurBB, SinkableBBs, DefedRegsInCopy, TRI); in tryToSinkCopy() [all …]
|