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

/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp59 bool SinkInstruction(Instruction *I, SmallPtrSetImpl<Instruction*> &Stores);
148 if (SinkInstruction(Inst, Stores))
230 /// SinkInstruction - Determine whether it is safe to sink the specified machine
232 bool Sinking::SinkInstruction(Instruction *Inst, function in class:Sinking
/external/llvm/lib/CodeGen/
H A DMachineSink.cpp126 bool SinkInstruction(MachineInstr *MI, bool &SawStore,
346 if (SinkInstruction(MI, SawStore, AllSuccessors))
676 /// SinkInstruction - Determine whether it is safe to sink the specified machine
678 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore, function in class:MachineSinking

Completed in 57 milliseconds