Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSink.cpp1023 ArrayRef<unsigned> DefedRegsInCopy, in getSingleLiveInSuccBB() argument
1026 for (auto DefReg : DefedRegsInCopy) { in getSingleLiveInSuccBB()
1058 SmallVectorImpl<unsigned> &DefedRegsInCopy) { in updateLiveIn() argument
1059 for (auto DefReg : DefedRegsInCopy) in updateLiveIn()
1070 SmallVectorImpl<unsigned> &DefedRegsInCopy, in hasRegisterDependency() argument
1086 DefedRegsInCopy.push_back(Reg); in hasRegisterDependency()
1145 SmallVector<unsigned, 2> DefedRegsInCopy; in tryToSinkCopy() local
1148 if (hasRegisterDependency(MI, UsedOpsInCopy, DefedRegsInCopy, in tryToSinkCopy()
1154 assert((!UsedOpsInCopy.empty() && !DefedRegsInCopy.empty()) && in tryToSinkCopy()
1157 getSingleLiveInSuccBB(CurBB, SinkableBBs, DefedRegsInCopy, TRI); in tryToSinkCopy()
[all …]