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, 0, SawStore) && !MI->isPHI())
H A DLiveRangeEdit.cpp189 bool SawStore = true;
190 if (!DefMI->isSafeToMove(&TII, 0, SawStore))
232 bool SawStore = false; local
233 if (!MI->isSafeToMove(&TII, 0, SawStore)) {
H A DMachineSink.cpp89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
266 bool ProcessedBegin, SawStore = false; local
285 if (SinkInstruction(MI, SawStore))
579 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) { argument
586 if (!MI->isSafeToMove(TII, AA, SawStore))
H A DMachineInstr.cpp1319 /// SawStore is set to true, it means that there is a store (or call) between
1323 bool &SawStore) const {
1331 SawStore = true;
1347 return !SawStore;
1357 bool SawStore = false;
1359 !isSafeToMove(TII, AA, SawStore))
H A DIfConversion.cpp1416 bool SawStore = true; local
1417 if (!MI->isSafeToMove(TII, 0, SawStore))
H A DRegisterCoalescer.cpp720 bool SawStore = false;
721 if (!DefMI->isSafeToMove(TII, AA, SawStore))
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h874 /// SawStore is set to true, it means that there is a store (or call) between
877 bool &SawStore) const;
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3407 bool SawStore = false; local
3408 if (!DefMI->isSafeToMove(this, 0, SawStore))

Completed in 90 milliseconds