Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp119 DenseMap<Register, Register> DstRegMap; member in __anond9537b180111::TwoAddressInstructionPass
476 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToCommute()
579 MCRegister ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()
628 DstRegMap.erase(RegB); in convertInstTo3Addr()
667 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses()
669 assert(DstRegMap[FromReg] == ToReg &&"Can't map to two dst registers!"); in scanUses()
672 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses()
674 assert(DstRegMap[DstReg] == ToReg && "Can't map to two dst registers!"); in scanUses()
700 DstRegMap.insert(std::make_pair(SrcReg, DstReg)); in processCopy()
1555 DstRegMap.clear(); in runOnMachineFunction()