Searched refs:SawStore (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
H A DDeadMachineInstructionElim.cpp62 bool SawStore = false;
63 if (!MI->isSafeToMove(TII, nullptr, SawStore) && !MI->isPHI())
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 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 DMachineInstr.cpp1291 /// SawStore is set to true, it means that there is a store (or call) between
1295 bool &SawStore) const {
1303 SawStore = true;
1319 return !SawStore;
H A DIfConversion.cpp1507 bool SawStore = true; local
1508 if (!MI->isSafeToMove(TII, nullptr, SawStore))
H A DRegisterCoalescer.cpp758 bool SawStore = false;
759 if (!DefMI->isSafeToMove(TII, AA, SawStore))
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1006 /// SawStore is set to true, it means that there is a store (or call) between
1009 bool &SawStore) const;
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3886 bool SawStore = false; local
3887 if (!DefMI->isSafeToMove(this, nullptr, SawStore))

Completed in 799 milliseconds