Searched defs:SawStore (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp200 bool SawStore = true;
201 if (!DefMI->isSafeToMove(&TII, nullptr, SawStore))
239 bool SawStore = false; local
240 if (!MI->isSafeToMove(&TII, nullptr, SawStore)) {
H A DMachineSink.cpp89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
256 bool ProcessedBegin, SawStore = false; local
275 if (SinkInstruction(MI, SawStore))
588 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) { argument
595 if (!MI->isSafeToMove(TII, AA, SawStore))
H A DIfConversion.cpp1507 bool SawStore = true; local
1508 if (!MI->isSafeToMove(TII, nullptr, SawStore))
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3886 bool SawStore = false; local
3887 if (!DefMI->isSafeToMove(this, nullptr, SawStore))

Completed in 1934 milliseconds