Searched refs:SinkIntoCycle (Results 1 – 1 of 1) sorted by relevance
256 bool SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I);791 if (!SinkIntoCycle(Cycle, *I)) in runOnMachineFunction()1571 bool MachineSinking::SinkIntoCycle(MachineCycle *Cycle, MachineInstr &I) { in SinkIntoCycle() function in MachineSinking