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()219 bool Sinking::SinkInstruction(Instruction *Inst, in SinkInstruction() function in Sinking
120 bool SinkInstruction(MachineInstr *MI, bool &SawStore);326 if (SinkInstruction(MI, SawStore)) in ProcessBlock()639 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) { in SinkInstruction() function in MachineSinking