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

  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 200 bool SawStore = true;
201 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore))
239 bool SawStore = false;
240 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) {
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))
IfConversion.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 213 milliseconds