Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp125 DenseMap<unsigned, unsigned> DstRegMap; member in __anone51a3c320111::TwoAddressInstructionPass
621 unsigned ToRegA = getMappedReg(regA, DstRegMap); in isProfitableToCommute()
724 unsigned ToRegA = getMappedReg(RegA, DstRegMap); in isProfitableToConv3Addr()
768 DstRegMap.erase(RegB); in convertInstTo3Addr()
808 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses()
810 assert(DstRegMap[FromReg] == ToReg &&"Can't map to two dst registers!"); in scanUses()
813 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses()
815 assert(DstRegMap[DstReg] == ToReg && "Can't map to two dst registers!"); in scanUses()
841 DstRegMap.insert(std::make_pair(SrcReg, DstReg)); in processCopy()
1701 DstRegMap.clear(); in runOnMachineFunction()