Searched refs:CommonSucc (Results 1 – 1 of 1) sorted by relevance
645 BasicBlock *CommonSucc = nullptr; in registerPossiblyHoistableBranch() local647 CommonSucc = FalseDest; in registerPossiblyHoistableBranch()649 CommonSucc = TrueDest; in registerPossiblyHoistableBranch()654 CommonSucc = *TrueDestSucc.begin(); in registerPossiblyHoistableBranch()663 CommonSucc = &*It; in registerPossiblyHoistableBranch()674 if (CommonSucc && DT->dominates(BI, CommonSucc)) in registerPossiblyHoistableBranch()675 HoistableBranches[BI] = CommonSucc; in registerPossiblyHoistableBranch()749 BasicBlock *CommonSucc = HoistableBranches[BI]; in getOrCreateHoistedBlock() local770 BasicBlock *HoistCommonSucc = CreateHoistedBlock(CommonSucc); in getOrCreateHoistedBlock()