Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1085 SmallVector<unsigned, 2> OtherDefs; in rescheduleKillAboveMI() local
1105 OtherDefs.push_back(MOReg); in rescheduleKillAboveMI()
1109 for (unsigned i = 0, e = OtherDefs.size(); i != e; ++i) { in rescheduleKillAboveMI()
1110 unsigned MOReg = OtherDefs[i]; in rescheduleKillAboveMI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1128 SmallVector<unsigned, 2> OtherDefs; in rescheduleKillAboveMI() local
1148 OtherDefs.push_back(MOReg); in rescheduleKillAboveMI()
1152 for (unsigned i = 0, e = OtherDefs.size(); i != e; ++i) { in rescheduleKillAboveMI()
1153 unsigned MOReg = OtherDefs[i]; in rescheduleKillAboveMI()