Searched refs:AllSuccessors (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | MachineSink.cpp | 127 AllSuccsCache &AllSuccessors); 132 bool &BreakPHIEdge, AllSuccsCache &AllSuccessors); 136 AllSuccsCache &AllSuccessors); 143 AllSuccsCache &AllSuccessors) const; 322 AllSuccsCache AllSuccessors; in ProcessBlock() local 346 if (SinkInstruction(MI, SawStore, AllSuccessors)) in ProcessBlock() 499 AllSuccsCache &AllSuccessors) { in isProfitableToSinkTo() argument 530 FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors)) in isProfitableToSinkTo() 531 return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors); in isProfitableToSinkTo() 542 AllSuccsCache &AllSuccessors) const { in GetAllSortedSuccessors() [all …]
|