Home
last modified time | relevance | path

Searched defs:isCopyInstr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp95 static std::optional<DestSourcePair> isCopyInstr(const MachineInstr &MI, isCopyInstr() function
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1077 std::optional<DestSourcePair> isCopyInstr(const MachineInstr &MI) const { isCopyInstr() function