Searched refs:IsDstPhys (Results 1 – 1 of 1) sorted by relevance
270 bool &IsDstPhys) { in isCopyToReg() argument284 IsDstPhys = DstReg.isPhysical(); in isCopyToReg()349 bool IsSrcPhys, IsDstPhys; in isKilled() local400 IsDstPhys = false; in findOnlyInterestingUse()402 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()412 IsDstPhys = DstReg.isPhysical(); in findOnlyInterestingUse()725 bool IsDstPhys; in scanUses() local739 if (IsDstPhys) { in scanUses()780 bool IsSrcPhys, IsDstPhys; in processCopy() local785 if (IsDstPhys && !IsSrcPhys) { in processCopy()[all …]