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 189 bool SawStore = true;
190 if (!DefMI->isSafeToMove(&TII, 0, SawStore))
232 bool SawStore = false;
233 if (!MI->isSafeToMove(&TII, 0, SawStore)) {
MachineSink.cpp 89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
266 bool ProcessedBegin, SawStore = false;
285 if (SinkInstruction(MI, SawStore))
579 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) {
586 if (!MI->isSafeToMove(TII, AA, SawStore))
IfConversion.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 80 milliseconds