Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp170 using TiedOperandMap = SmallDenseMap<unsigned, TiedPairList>; typedef in __anone51a3c320111::TwoAddressInstructionPass
172 bool collectTiedOperands(MachineInstr *MI, TiedOperandMap&);
1461 collectTiedOperands(MachineInstr *MI, TiedOperandMap &TiedOperands) { in collectTiedOperands()
1694 TiedOperandMap TiedOperands; in runOnMachineFunction()