Searched refs:SinkInstruction (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSink.cpp55 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, function in class:Sinking
/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp137 /// SinkInstruction - Determine whether it is safe to sink the specified machine
139 static bool SinkInstruction(Instruction *Inst, function
229 if (SinkInstruction(Inst, Stores, DT, LI, AA)) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSink.cpp89 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) { function in class:MachineSinking
/external/llvm/lib/CodeGen/
H A DMachineSink.cpp127 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, function in class:MachineSinking

Completed in 230 milliseconds