Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp101 DenseMap<unsigned, unsigned> DstRegMap; member in __anon1b40b28f0111::TwoAddressInstructionPass
586 unsigned ToRegA = getMappedReg(regA, DstRegMap); in isProfitableToCommute()
688 unsigned ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()
729 DstRegMap.erase(RegB); in convertInstTo3Addr()
769 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses()
771 assert(DstRegMap[FromReg] == ToReg &&"Can't map to two dst registers!"); in scanUses()
774 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses()
776 assert(DstRegMap[DstReg] == ToReg && "Can't map to two dst registers!"); in scanUses()
802 DstRegMap.insert(std::make_pair(SrcReg, DstReg)); in processCopy()
1605 DstRegMap.clear(); in runOnMachineFunction()