Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp3814 static bool isTerminalReg(Register DstReg, const MachineInstr &Copy, in isTerminalReg() function
3837 SrcReg.isPhysical() || !isTerminalReg(DstReg, Copy, MRI)) in applyTerminalRule()
3862 isTerminalReg(OtherReg, MI, MRI)) in applyTerminalRule()