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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Sink.cpp 55 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
145 if (SinkInstruction(Inst, Stores))
176 /// SinkInstruction - Determine whether it is safe to sink the specified machine
178 bool Sinking::SinkInstruction(Instruction *Inst,
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 137 /// SinkInstruction - Determine whether it is safe to sink the specified machine
139 static bool SinkInstruction(Instruction *Inst,
229 if (SinkInstruction(Inst, Stores, DT, LI, AA)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSink.cpp 89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
274 if (SinkInstruction(MI, SawStore))
404 /// SinkInstruction - Determine whether it is safe to sink the specified machine
406 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
  /external/llvm/lib/CodeGen/
MachineSink.cpp 127 bool SinkInstruction(MachineInstr &MI, bool &SawStore,
347 if (SinkInstruction(MI, SawStore, AllSuccessors)) {
716 /// SinkInstruction - Determine whether it is safe to sink the specified machine
718 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore,

Completed in 77 milliseconds