Home
last modified time | relevance | path

Searched refs:DefedRegsInCopy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineSink.cpp1603 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()
1657 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument
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()
[all …]