Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance
1023 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument1026 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB()1058 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument1059 for (auto DefReg : DefedRegsInCopy) in updateLiveIn()1070 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument1086 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency()1145 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local1148 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()1154 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()1157 getSingleLiveInSuccBB(CurBB, SinkableBBs, DefedRegsInCopy, TRI); in tryToSinkCopy()[all …]