OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SinkInstruction
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Transforms/Scalar/
Sink.cpp
137
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
139
static bool
SinkInstruction
(Instruction *Inst,
229
if (
SinkInstruction
(Inst, Stores, DT, LI, AA)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Sink.cpp
55
bool
SinkInstruction
(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
145
if (
SinkInstruction
(Inst, Stores))
176
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
178
bool Sinking::
SinkInstruction
(Instruction *Inst,
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
code_sink.cpp
44
if (
SinkInstruction
(&*inst)) {
52
bool CodeSinkingPass::
SinkInstruction
(Instruction* inst) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
Sink.cpp
137
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
139
static bool
SinkInstruction
(Instruction *Inst,
228
if (
SinkInstruction
(Inst, Stores, DT, LI, AA)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSink.cpp
89
bool
SinkInstruction
(MachineInstr *MI, bool &SawStore);
274
if (
SinkInstruction
(MI, SawStore))
404
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
406
bool MachineSinking::
SinkInstruction
(MachineInstr *MI, bool &SawStore) {
/external/llvm/lib/CodeGen/
MachineSink.cpp
127
bool
SinkInstruction
(MachineInstr &MI, bool &SawStore,
347
if (
SinkInstruction
(MI, SawStore, AllSuccessors)) {
716
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
718
bool MachineSinking::
SinkInstruction
(MachineInstr &MI, bool &SawStore,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineSink.cpp
158
bool
SinkInstruction
(MachineInstr &MI, bool &SawStore,
384
if (
SinkInstruction
(MI, SawStore, AllSuccessors)) {
787
///
SinkInstruction
- Determine whether it is safe to sink the specified machine
789
bool MachineSinking::
SinkInstruction
(MachineInstr &MI, bool &SawStore,
[
all
...]
Completed in 2080 milliseconds