Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp1298 std::optional<DestSourcePair> CurrentCopy = in EliminateSpillageCopies() local
1300 if (!PrevCopy || !CurrentCopy) in EliminateSpillageCopies()
1302 return PrevCopy->Source->getReg() == CurrentCopy->Destination->getReg(); in EliminateSpillageCopies()