Searched refs:SinkInstruction (Results 1 – 2 of 2) sorted by relevance
59 bool SinkInstruction(Instruction *I, SmallPtrSetImpl<Instruction*> &Stores);148 if (SinkInstruction(Inst, Stores)) in ProcessBlock()232 bool Sinking::SinkInstruction(Instruction *Inst, in SinkInstruction() function in Sinking
126 bool SinkInstruction(MachineInstr *MI, bool &SawStore,346 if (SinkInstruction(MI, SawStore, AllSuccessors)) in ProcessBlock()678 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore, in SinkInstruction() function in MachineSinking