Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSink.cpp59 bool SinkInstruction(Instruction *I, SmallPtrSetImpl<Instruction*> &Stores);
148 if (SinkInstruction(Inst, Stores)) in ProcessBlock()
232 bool Sinking::SinkInstruction(Instruction *Inst, in SinkInstruction() function in Sinking
/external/llvm/lib/CodeGen/
DMachineSink.cpp126 bool SinkInstruction(MachineInstr *MI, bool &SawStore,
346 if (SinkInstruction(MI, SawStore, AllSuccessors)) in ProcessBlock()
678 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore, in SinkInstruction() function in MachineSinking