Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp281 bool applyTerminalRule(const MachineInstr &Copy) const;
3472 bool RegisterCoalescer::applyTerminalRule(const MachineInstr &Copy) const { in applyTerminalRule() function in RegisterCoalescer
3537 bool ApplyTerminalRule = applyTerminalRule(*MII); in copyCoalesceInMBB()
3558 if (applyTerminalRule(MII)) in copyCoalesceInMBB()