Searched refs:findPairable (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCopyToCombine.cpp83 MachineInstr *findPairable(MachineInstr *I1, bool &DoInsertAtI1);
451 MachineInstr *I2 = findPairable(I1, DoInsertAtI1);
462 /// findPairable - Returns an instruction that can be merged with \p I1 into a
466 MachineInstr *HexagonCopyToCombine::findPairable(MachineInstr *I1, function in class:HexagonCopyToCombine

Completed in 104 milliseconds