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

/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp59 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
150 if (SinkInstruction(Inst, Stores))
220 /// SinkInstruction - Determine whether it is safe to sink the specified machine
222 bool Sinking::SinkInstruction(Instruction *Inst, function in class:Sinking
/external/llvm/lib/CodeGen/
H A DMachineSink.cpp89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
275 if (SinkInstruction(MI, SawStore))
586 /// SinkInstruction - Determine whether it is safe to sink the specified machine
588 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) { function in class:MachineSinking

Completed in 142 milliseconds