Searched refs:CopyOperands (Results 1 – 2 of 2) sorted by relevance
143 assert(CopyOperands && "Expect copy"); in invalidateRegister()476 std::optional<DestSourcePair> CopyOperands = in isNopCopy() local515 std::optional<DestSourcePair> CopyOperands = in eraseIfRedundant() local517 assert(CopyOperands); in eraseIfRedundant()526 if (!CopyOperands->Source->isUndef()) { in eraseIfRedundant()539 std::optional<DestSourcePair> CopyOperands = in isBackwardPropagatableRegClassCopy() local764 if (CopyOperands) { in ForwardCopyPropagateBlock()927 assert(CopyOperands); in ForwardCopyPropagateBlock()962 return CopyOperands.Source->isRenamable() && CopyOperands.Source->isKill(); in isBackwardPropagatableCopy()1245 if (!CopyOperands) in EliminateSpillageCopies()[all …]
1342 auto CopyOperands = TII.isCopyInstr(SinkInst); in attemptDebugCopyProp() local1343 if (!CopyOperands) in attemptDebugCopyProp()1345 SrcMO = CopyOperands->Source; in attemptDebugCopyProp()1346 DstMO = CopyOperands->Destination; in attemptDebugCopyProp()