Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp2072 class PostRAMachineSinkingImpl { class
2236 bool PostRAMachineSinkingImpl::tryToSinkCopy(MachineBasicBlock &CurBB, in tryToSinkCopy()
2364 bool PostRAMachineSinkingImpl::run(MachineFunction &MF) { in run()
2381 return PostRAMachineSinkingImpl().run(MF); in runOnMachineFunction()
2389 if (!PostRAMachineSinkingImpl().run(MF)) in run()