OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SawStore
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/WebAssembly/
WebAssemblyRegStackify.cpp
112
bool
SawStore
= false, SawSideEffects = false;
115
SawSideEffects |= I->isSafeToMove(&AA,
SawStore
);
117
return !(
SawStore
&& Def->mayLoad() && !Def->isInvariantLoad(&AA)) &&
118
!(SawSideEffects && !Def->isSafeToMove(&AA,
SawStore
));
/external/llvm/lib/CodeGen/
DeadMachineInstructionElim.cpp
67
bool
SawStore
= false;
68
if (!MI->isSafeToMove(nullptr,
SawStore
) && !MI->isPHI())
LiveRangeEdit.cpp
198
bool
SawStore
= true;
199
if (!DefMI->isSafeToMove(nullptr,
SawStore
))
253
bool
SawStore
= false;
254
if (!MI->isSafeToMove(nullptr,
SawStore
)) {
MachineSink.cpp
126
bool SinkInstruction(MachineInstr *MI, bool &
SawStore
,
327
bool ProcessedBegin,
SawStore
= false;
346
if (SinkInstruction(MI,
SawStore
, AllSuccessors))
678
bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &
SawStore
,
686
if (!MI->isSafeToMove(AA,
SawStore
))
MachineInstr.cpp
[
all
...]
IfConversion.cpp
[
all
...]
RegisterCoalescer.cpp
[
all
...]
/external/llvm/include/llvm/CodeGen/
MachineInstr.h
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.cpp
[
all
...]
Completed in 2257 milliseconds