Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSink.cpp55 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
145 if (SinkInstruction(Inst, Stores)) in ProcessBlock()
178 bool Sinking::SinkInstruction(Instruction *Inst, in SinkInstruction() function in Sinking
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSink.cpp89 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
274 if (SinkInstruction(MI, SawStore)) in ProcessBlock()
406 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) { in SinkInstruction() function in MachineSinking
/external/llvm/lib/Transforms/Scalar/
DSink.cpp139 static bool SinkInstruction(Instruction *Inst, in SinkInstruction() function
229 if (SinkInstruction(Inst, Stores, DT, LI, AA)) { in ProcessBlock()
/external/llvm/lib/CodeGen/
DMachineSink.cpp127 bool SinkInstruction(MachineInstr &MI, bool &SawStore,
347 if (SinkInstruction(MI, SawStore, AllSuccessors)) { in ProcessBlock()
718 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore, in SinkInstruction() function in MachineSinking