HomeSort by relevance Sort by last modified time
    Searched refs:SinkInstruction (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 59 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,
  /external/llvm/lib/CodeGen/
MachineSink.cpp 89 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) {

Completed in 77 milliseconds