Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp159 using TiedOperandMap = SmallDenseMap<unsigned, TiedPairList>; typedef in __anon5550eba10111::TwoAddressInstructionPass
161 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
1322 collectTiedOperands(MachineInstr *MI, TiedOperandMap &TiedOperands) { in collectTiedOperands()
1554 TiedOperandMap TiedOperands; in runOnMachineFunction()