Searched refs:SinkInstruction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 100 /// SinkInstruction - Determine whether it is safe to sink the specified machine 102 static bool SinkInstruction(Instruction *Inst, 201 if (SinkInstruction(Inst, Stores, DT, LI, AA)) { in ProcessBlock() 103 static bool SinkInstruction(Instruction *Inst, SinkInstruction() function
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 239 bool SinkInstruction(MachineInstr &MI, bool &SawStore, 857 if (SinkInstruction(MI, SawStore, AllSuccessors)) { in ProcessBlock() 1650 bool MachineSinking::SinkInstruction(MachineInstr &MI, bool &SawStore, in SinkInstruction() function in MachineSinking
|