Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp332 ArrayRef<MachineOperand> OpList1, ArrayRef<MachineOperand> OpList2) const { in identicalOperands() argument
334 if (OpList1.size() != OpList2.size()) { in identicalOperands()
339 for (unsigned i = 0; i < OpList1.size(); ++i) { in identicalOperands()
340 const MachineOperand &Op1 = OpList1[i]; in identicalOperands()