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 62 bool SawStore = false;
63 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI())
MachineSink.cpp 89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
256 bool ProcessedBegin, SawStore = false;
275 if (SinkInstruction(MI, SawStore))
588 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
595 if (!MI->isSafeToMove(TII, AA, SawStore))
LiveRangeEdit.cpp 200 bool SawStore = true;
201 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore))
239 bool SawStore = false;
240 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) {
MachineInstr.cpp     [all...]
IfConversion.cpp     [all...]
RegisterCoalescer.cpp 758 bool SawStore = false;
759 if (!DefMI->isSafeToMove(TII, AA, SawStore))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 144 milliseconds