Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp186 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
1514 bool TwoAddressInstructionImpl::collectTiedOperands( in collectTiedOperands() function in TwoAddressInstructionImpl
1869 if (!collectTiedOperands(&*mi, TiedOperands)) { in run()