Searched refs:AllSuccessors (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 240 AllSuccsCache &AllSuccessors); 252 bool &BreakPHIEdge, AllSuccsCache &AllSuccessors); 261 AllSuccsCache &AllSuccessors); 270 AllSuccsCache &AllSuccessors) const; 822 AllSuccsCache AllSuccessors; in ProcessBlock() local 857 if (SinkInstruction(MI, SawStore, AllSuccessors)) { in ProcessBlock() 1099 AllSuccsCache &AllSuccessors) { in isProfitableToSinkTo() argument 1129 FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors)) in isProfitableToSinkTo() 1130 return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors); in isProfitableToSinkTo() 1196 AllSuccsCache &AllSuccessors) const { in GetAllSortedSuccessors() [all …]
|