Searched refs:SinkInstruction (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Sink.cpp | 103 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 D | MachineSink.cpp | 222 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
|