Searched refs:DstRegMap (Results 1 – 1 of 1) sorted by relevance
117 DenseMap<Register, Register> DstRegMap; member in __anon673cf3640111::TwoAddressInstructionPass565 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToCommute()673 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()717 DstRegMap.erase(RegB); in convertInstTo3Addr()753 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses()755 assert(DstRegMap[FromReg] == ToReg &&"Can't map to two dst registers!"); in scanUses()758 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses()760 assert(DstRegMap[DstReg] == ToReg && "Can't map to two dst registers!"); in scanUses()786 DstRegMap.insert(std::make_pair(SrcReg, DstReg)); in processCopy()1762 DstRegMap.clear(); in runOnMachineFunction()