Searched refs:DstRegMap (Results 1 – 1 of 1) sorted by relevance
119 DenseMap<Register, Register> DstRegMap; member in __anon5550eba10111::TwoAddressInstructionPass476 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToCommute()584 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()633 DstRegMap.erase(RegB); in convertInstTo3Addr()672 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses()674 assert(DstRegMap[FromReg] == ToReg &&"Can't map to two dst registers!"); in scanUses()677 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses()679 assert(DstRegMap[DstReg] == ToReg && "Can't map to two dst registers!"); in scanUses()705 DstRegMap.insert(std::make_pair(SrcReg, DstReg)); in processCopy()1560 DstRegMap.clear(); in runOnMachineFunction()