Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSink.cpp103 static bool SinkInstruction(Instruction *Inst, in SinkInstruction() function
201 if (SinkInstruction(Inst, Stores, DT, LI, AA)) { in ProcessBlock()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineSink.cpp222 bool SinkInstruction(MachineInstr &MI, bool &SawStore,
550 if (SinkInstruction(MI, SawStore, AllSuccessors)) { in ProcessBlock()
1346 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore, in SinkInstruction() function in MachineSinking