Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSink.cpp59 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
/external/llvm/lib/CodeGen/
DMachineSink.cpp120 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