Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp181 using TiedOperandMap = SmallDenseMap<unsigned, TiedPairList>; typedef in __anon5b6650e30111::TwoAddressInstructionPass
183 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
186 bool processStatepoint(MachineInstr *MI, TiedOperandMap &TiedOperands);
1439 collectTiedOperands(MachineInstr *MI, TiedOperandMap &TiedOperands) { in collectTiedOperands()
1667 MachineInstr *MI, TiedOperandMap &TiedOperands) { in processStatepoint()
1784 TiedOperandMap TiedOperands; in runOnMachineFunction()