Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp339 bool applyTerminalRule(const MachineInstr &Copy) const;
4039 bool RegisterCoalescer::applyTerminalRule(const MachineInstr &Copy) const { in applyTerminalRule() function in RegisterCoalescer
4105 bool ApplyTerminalRule = applyTerminalRule(MI); in copyCoalesceInMBB()
4126 if (applyTerminalRule(MII)) in copyCoalesceInMBB()