Lines Matching refs:AllSuccessors
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()
1198 auto Succs = AllSuccessors.find(MBB); in GetAllSortedSuccessors()
1199 if (Succs != AllSuccessors.end()) in GetAllSortedSuccessors()
1229 auto it = AllSuccessors.insert(std::make_pair(MBB, AllSuccs)); in GetAllSortedSuccessors()
1238 AllSuccsCache &AllSuccessors) { in FindSuccToSinkTo() argument
1290 GetAllSortedSuccessors(MI, MBB, AllSuccessors)) { in FindSuccToSinkTo()
1305 if (!isProfitableToSinkTo(Reg, MI, MBB, SuccToSinkTo, AllSuccessors)) in FindSuccToSinkTo()
1651 AllSuccsCache &AllSuccessors) { in SinkInstruction() argument
1681 FindSuccToSinkTo(MI, ParentBlock, BreakPHIEdge, AllSuccessors); in SinkInstruction()