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

/freebsd-12-stable/contrib/llvm-project/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
228 if (SinkInstruction(Inst, Stores, DT, LI, AA)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp178 bool SinkInstruction(MachineInstr &MI, bool &SawStore,
407 if (SinkInstruction(MI, SawStore, AllSuccessors)) {
867 /// SinkInstruction - Determine whether it is safe to sink the specified machine
869 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore, function in class:MachineSinking

Completed in 238 milliseconds