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

  /external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp 67 bool SawStore = false;
68 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 198 bool SawStore = true;
199 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore))
237 bool SawStore = false;
238 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) {
MachineSink.cpp 120 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
307 bool ProcessedBegin, SawStore = false;
326 if (SinkInstruction(MI, SawStore))
639 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
646 if (!MI->isSafeToMove(TII, AA, SawStore))
MachineInstr.cpp     [all...]
IfConversion.cpp     [all...]
RegisterCoalescer.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 193 milliseconds