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

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp135 typedef SmallVector<std::pair<unsigned, unsigned>, 4> TiedPairList; typedef in class:__anon2346::TwoAddressInstructionPass
136 typedef SmallDenseMap<unsigned, TiedPairList> TiedOperandMap;
138 void processTiedPairs(MachineInstr *MI, TiedPairList&, unsigned &Dist);
1339 TiedPairList &TiedPairs,

Completed in 99 milliseconds