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

  /external/llvm/lib/CodeGen/
MachineSink.cpp 89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
256 bool ProcessedBegin, SawStore = false;
275 if (SinkInstruction(MI, SawStore))
566 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
573 if (!MI->isSafeToMove(TII, AA, SawStore))
DeadMachineInstructionElim.cpp 62 bool SawStore = false;
63 if (!MI->isSafeToMove(TII, 0, SawStore) && !MI->isPHI())
LiveRangeEdit.cpp 215 bool SawStore = false;
216 if (!MI->isSafeToMove(&TII, 0, SawStore)) {
MachineInstr.cpp     [all...]
IfConversion.cpp     [all...]
RegisterCoalescer.cpp 785 bool SawStore = false;
786 if (!DefMI->isSafeToMove(TII, AA, SawStore))
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h     [all...]

Completed in 244 milliseconds