OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SinkInstruction
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
Sink.cpp
57
bool
SinkInstruction
(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
147
if (
SinkInstruction
(Inst, Stores))
217
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
219
bool Sinking::
SinkInstruction
(Instruction *Inst,
/external/llvm/lib/CodeGen/
MachineSink.cpp
88
bool
SinkInstruction
(MachineInstr *MI, bool &SawStore);
283
if (
SinkInstruction
(MI, SawStore))
575
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
577
bool MachineSinking::
SinkInstruction
(MachineInstr *MI, bool &SawStore) {
Completed in 37 milliseconds