Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp158 using TiedPairList = SmallVector<std::pair<unsigned, unsigned>, 4>; typedef in __anonea2e36690111::TwoAddressInstructionPass
159 using TiedOperandMap = SmallDenseMap<unsigned, TiedPairList>;
162 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist);
1451 TiedPairList &TiedPairs, in processTiedPairs()