Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCBranchCoalescing.cpp333 ArrayRef<MachineOperand> OpList1, ArrayRef<MachineOperand> OpList2) const { in identicalOperands() argument
335 if (OpList1.size() != OpList2.size()) { in identicalOperands()
340 for (unsigned i = 0; i < OpList1.size(); ++i) { in identicalOperands()
341 const MachineOperand &Op1 = OpList1[i]; in identicalOperands()