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