Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp1664 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument
1667 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB()
1699 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument
1702 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn()
1718 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument
1734 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency()
1778 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local
1789 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()
1823 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()
1829 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()
[all …]