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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSink.cpp179 AllSuccsCache &AllSuccessors);
191 bool &BreakPHIEdge, AllSuccsCache &AllSuccessors);
195 AllSuccsCache &AllSuccessors);
202 AllSuccsCache &AllSuccessors) const;
385 AllSuccsCache AllSuccessors; local
412 if (SinkInstruction(MI, SawStore, AllSuccessors)) {
568 AllSuccsCache &AllSuccessors) {
598 FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors))
599 return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors);
610 AllSuccsCache &AllSuccessors) cons
565 isProfitableToSinkTo(unsigned Reg, MachineInstr &MI, MachineBasicBlock *MBB, MachineBasicBlock *SuccToSinkTo, AllSuccsCache &AllSuccessors) argument
651 FindSuccToSinkTo(MachineInstr &MI, MachineBasicBlock *MBB, bool &BreakPHIEdge, AllSuccsCache &AllSuccessors) argument
881 SinkInstruction(MachineInstr &MI, bool &SawStore, AllSuccsCache &AllSuccessors) argument
[all...]

Completed in 101 milliseconds