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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp318 bool applyTerminalRule(const MachineInstr &Copy) const;
3700 bool RegisterCoalescer::applyTerminalRule(const MachineInstr &Copy) const { function in class:RegisterCoalescer
3766 bool ApplyTerminalRule = applyTerminalRule(*MII);
3787 if (applyTerminalRule(MII))

Completed in 142 milliseconds