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 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))
IfConversion.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 573 milliseconds