Searched refs:DstRegMap (Results 1 – 1 of 1) sorted by relevance
117 DenseMap<Register, Register> DstRegMap; member in __anon5b6650e30111::TwoAddressInstructionPass599 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToCommute()707 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()749 DstRegMap.erase(RegB); in convertInstTo3Addr()785 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses()787 assert(DstRegMap[FromReg] == ToReg &&"Can't map to two dst registers!"); in scanUses()790 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses()792 assert(DstRegMap[DstReg] == ToReg && "Can't map to two dst registers!"); in scanUses()818 DstRegMap.insert(std::make_pair(SrcReg, DstReg)); in processCopy()1790 DstRegMap.clear(); in runOnMachineFunction()