Lines Matching defs:AllSuccessors
247 AllSuccsCache &AllSuccessors);
260 AllSuccsCache &AllSuccessors);
272 AllSuccsCache &AllSuccessors);
281 AllSuccsCache &AllSuccessors) const;
877 AllSuccsCache AllSuccessors;
912 if (SinkInstruction(MI, SawStore, AllSuccessors)) {
1180 AllSuccsCache &AllSuccessors) {
1210 FindSuccToSinkTo(MI, SuccToSinkTo, BreakPHIEdge, AllSuccessors))
1211 return isProfitableToSinkTo(Reg, MI, SuccToSinkTo, MBB2, AllSuccessors);
1278 AllSuccsCache &AllSuccessors) const {
1280 auto Succs = AllSuccessors.find(MBB);
1281 if (Succs != AllSuccessors.end())
1312 auto it = AllSuccessors.insert(std::make_pair(MBB, AllSuccs));
1321 AllSuccsCache &AllSuccessors) {
1376 GetAllSortedSuccessors(MI, MBB, AllSuccessors)) {
1391 if (!isProfitableToSinkTo(Reg, MI, MBB, SuccToSinkTo, AllSuccessors))
1751 AllSuccsCache &AllSuccessors) {
1781 FindSuccToSinkTo(MI, ParentBlock, BreakPHIEdge, AllSuccessors);