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 56 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
146 if (SinkInstruction(Inst, Stores))
177 /// SinkInstruction - Determine whether it is safe to sink the specified machine
179 bool Sinking::SinkInstruction(Instruction *Inst,
  /external/llvm/lib/CodeGen/
MachineSink.cpp 89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
275 if (SinkInstruction(MI, SawStore))
564 /// SinkInstruction - Determine whether it is safe to sink the specified machine
566 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {

Completed in 47 milliseconds