OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SawStore
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
LiveRangeEdit.cpp
233
bool
SawStore
= false;
234
if (!MI->isSafeToMove(&TII, 0,
SawStore
)) {
MachineSink.cpp
89
bool SinkInstruction(MachineInstr *MI, bool &
SawStore
);
255
bool ProcessedBegin,
SawStore
= false;
274
if (SinkInstruction(MI,
SawStore
))
406
bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &
SawStore
) {
413
if (!MI->isSafeToMove(TII, AA,
SawStore
))
MachineInstr.cpp
[
all
...]
Completed in 100 milliseconds