Searched refs:AllSuccessors (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | MachineSink.cpp | 219 AllSuccsCache &AllSuccessors); 231 bool &BreakPHIEdge, AllSuccsCache &AllSuccessors); 240 AllSuccsCache &AllSuccessors); 247 AllSuccsCache &AllSuccessors) const; 518 AllSuccsCache AllSuccessors; in ProcessBlock() local 545 if (SinkInstruction(MI, SawStore, AllSuccessors)) { in ProcessBlock() 740 AllSuccsCache &AllSuccessors) { in isProfitableToSinkTo() argument 770 FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors)) in isProfitableToSinkTo() 771 return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors); in isProfitableToSinkTo() 846 AllSuccsCache &AllSuccessors) const { in GetAllSortedSuccessors() [all …]
|