OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SawStore
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp
64
bool
SawStore
= false;
65
if (!MI->isSafeToMove(TII, 0,
SawStore
) && !MI->isPHI())
MachineSink.cpp
89
bool SinkInstruction(MachineInstr *MI, bool &
SawStore
);
255
bool ProcessedBegin,
SawStore
= false;
274
if (SinkInstruction(MI,
SawStore
))
387
bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &
SawStore
) {
394
if (!MI->isSafeToMove(TII, AA,
SawStore
))
LiveRangeEdit.cpp
233
bool
SawStore
= false;
234
if (!MI->isSafeToMove(&TII, 0,
SawStore
)) {
MachineInstr.cpp
[
all
...]
RegisterCoalescer.cpp
696
bool
SawStore
= false;
697
if (!DefMI->isSafeToMove(tii_, AA,
SawStore
))
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
449
///
SawStore
is set to true, it means that there is a store (or call) between
452
bool &
SawStore
) const;
Completed in 68 milliseconds