Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSplitDouble.cpp90 using UUSetMap = std::map<unsigned, USet>; typedef in __anoncd7569100111::HexagonSplitDoubleRegs
98 void partitionRegisters(UUSetMap &P2Rs);
220 void HexagonSplitDoubleRegs::partitionRegisters(UUSetMap &P2Rs) { in partitionRegisters()
243 UUSetMap AssocMap; in partitionRegisters()
1196 UUSetMap P2Rs; in runOnMachineFunction()
1204 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) { in runOnMachineFunction()
1214 for (UUSetMap::iterator I = P2Rs.begin(), E = P2Rs.end(); I != E; ++I) { in runOnMachineFunction()