Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3931 static bool isTerminalReg(Register DstReg, const MachineInstr &Copy, in isTerminalReg() function
3954 SrcReg.isPhysical() || !isTerminalReg(DstReg, Copy, MRI)) in applyTerminalRule()
3979 isTerminalReg(OtherReg, MI, MRI)) in applyTerminalRule()