Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Transforms/Scalar/
HDSink.cpp57 bool SinkInstruction(Instruction *I, SmallPtrSet<Instruction *, 8> &Stores);
147 if (SinkInstruction(Inst, Stores)) in ProcessBlock()
219 bool Sinking::SinkInstruction(Instruction *Inst, in SinkInstruction() function in Sinking
/trueos/contrib/llvm/lib/CodeGen/
HDMachineSink.cpp88 bool SinkInstruction(MachineInstr *MI, bool &SawStore);
283 if (SinkInstruction(MI, SawStore)) in ProcessBlock()
594 bool MachineSinking::SinkInstruction(MachineInstr *MI, bool &SawStore) { in SinkInstruction() function in MachineSinking