Searched refs:AllSuccessors (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | MachineSink.cpp | 223 AllSuccsCache &AllSuccessors); 235 bool &BreakPHIEdge, AllSuccsCache &AllSuccessors); 244 AllSuccsCache &AllSuccessors); 251 AllSuccsCache &AllSuccessors) const; 523 AllSuccsCache AllSuccessors; in ProcessBlock() local 550 if (SinkInstruction(MI, SawStore, AllSuccessors)) { in ProcessBlock() 743 AllSuccsCache &AllSuccessors) { in isProfitableToSinkTo() argument 773 FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors)) in isProfitableToSinkTo() 774 return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors); in isProfitableToSinkTo() 856 AllSuccsCache &AllSuccessors) const { in GetAllSortedSuccessors() [all …]
|