Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp1964 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument
1967 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB()
1999 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument
2002 for (unsigned DefReg : DefedRegsInCopy) in updateLiveIn()
2012 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument
2028 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency()
2072 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local
2083 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()
2116 if (hasRegisterDependency(&MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()
2122 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()
[all …]