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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DSink.cpp57 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
147 if (SinkInstruction(Inst, Stores))
217 /// SinkInstruction - Determine whether it is safe to sink the specified machine
219 bool Sinking::SinkInstruction(Instruction *Inst, function in class:Sinking
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DMachineSink.cpp88 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
283 if (SinkInstruction(MI, SawStore))
592 /// SinkInstruction - Determine whether it is safe to sink the specified machine
594 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) { function in class:MachineSinking

Completed in 107 milliseconds